NEWS.md
fid_monitor()
and station_monitor()
in the pptos
package have been reconstructed. Data processing has been optimized by utilizing data.table as much as possible, reducing unnecessary R packages, and improving the speed of function execution.monitor_schedule()
to schedule the execution of fid_monitor()
and station_monitor()
functions, enabling timed monitoring of the data from nedap pig performance test stations.other_monitor()
. This function primarily aims to analyze and monitor, based on the CSV data from the past seven days of measurement stations, the daily counts of missing records, extreme weight recordings, total feeding time at each measurement station, total feeding amount per pen per day, and average weight per pen per day.other_monitor()
to table_monitor()
, add one function in table_monitor to monitor visit, feed intake time and feed intake informations in each hour over last day.table_monitor()
to allow for more flexible monitoring.