Version 1.0.0 features speedup via Rcpp in the read_gt3x
function. There is also increased reliance on S3 OOP in the background code. The output is now successfully tested for alignment with *RAW.csv and *-IMU.csv output, having accounted for several issues noted below.
parse_log_bin
to handle packet sets via S3.gt3x
filesread_gt3x
get_duration
in favor of the equivalent function in PAutilitiesThis is a second resubmission of version 0.2.0
This is a resubmission of version 0.2.0
LICENSE was updated in the submission of version 0.2.0, but the changes were not documented. In this resubmission, DESCRIPTION has been updated accordingly. Specifically, copyright ownership has been clarified, related to the use of open source material from https://github.com/actigraph/GT3X-File-Format, and contributors have been listed from the same site. The license field of DESCRIPTION has been changed to file LICENSE
to prevent misrepresentation of the package copyright.
Dependency reshape2
was removed to resolve a NOTE on https://cran.r-project.org/web/checks/check_results_AGread.html for r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, and r-patched-solaris-x86.
Documentation was updated.
In this update, the key new feature is support for reading binary .gt3x files. Other bugs have been solved related to time variables, and particularly calculations in epoch lengths other than 1-s. The major changes are noted below.
This is a resubmission of the original version
This is a resubmission of the original version
AGread
.