• added a NEWS.md file to track changes to the package.
  • 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.
  • added a new function 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.
  • add new function 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.
  • change 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.
  • Extract the individual functions that make up table_monitor() to allow for more flexible monitoring.