Skip to content

agcounts 0.3.0

Compare
Choose a tag to compare
@bhelsel bhelsel released this 10 Jun 16:07
· 123 commits to master since this release
5be9acb
  • Create a new function called calculate_counts that can read in raw data from a data frame. This allows the user to read in data from R that doesn't need to be a GT3X format. It does need to have time, X, Y, and Z variables as well as start_time and stop_time attributes.

  • Automated the detection of sampling frequency so it doesn't need to be entered by the user.

  • Forced UTC time zones throughout the package instead of using America/Chicago.

  • Added dateTimeAs = "write.csv" to data.table::fwrite function to output correct date format when write.file = TRUE.

  • Added Paul R. Hibbing as a package contributor.

  • Added unit testing to compare data from the agcounts package with Actilife and to assess different stages of the pipeline.