agcounts 0.3.0
-
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 havetime
,X
,Y
, andZ
variables as well asstart_time
andstop_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"
todata.table::fwrite
function to output correct date format whenwrite.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.