- Updated documentation for a new release
- Added Paul R. Hibbing as a package contributor.
- Added a unit test to ensure the agcounts package and Actilife counts match
- Added a unit test to check if the output of the algorithm is as expected
- Added testthat (>= 3.0.0) to the description file.
- Changed package namespace to include magrittr as an import
- Fixed the printing order of verbose by changing the magrittr's pipe to eager pipe
- Added
dateTimeAs = "write.csv"
to thedata.table::fwrite
function to correctly display time stamps when data are exported to csv - Moved all of the internal functions in agcounts to the helpers.R file
- Swapped in
min
in a place wherepmin
was incorrectly used
- Fixed automatic sampling frequency detection to remove assumption about file having >= 1000 rows
- Split
calculate_counts
out ofget_counts
to allow more flexible programming for end-users - Moved the dot functions to internal
- Revised some of the logic for filling in missing timestamps during count extraction
- Revised some dealings with timezones to try making things more consistent
- Automated the detection of sampling frequency
- Initial release