I have just created a GitHub-only release of GGIR. You can install this version of GGIR via the following commands:
install.packages("devtools")
library("devtools")
install_github("wadpac/GGIR")
next do:
packageVersion("GGIR")
to check that you are looking at version 2.0-2
This release comes with minor updates:
- Argument viewingwindow as used for the visual report generation now fixed again. (thanks Matt) THis means that you can change the center of the plot to be midnight or if you are more interested in sleep analysis.
- Part 1 fixed issue related to reading custom csv accelerometer data formats. The issues used to cause the GGIR to stop processing. If it worked for you before then no need to worry.
- Part 5 sub-function 'round_seconds_to_ws3new' now handles missing values. I have test the part 5 updates in version 2.0 in thousands of files, but there was one data scenario not covered in those tests.
The plan is still to include this in a new CRAN release sometime in July. So, please install this version and let us know if you encounter any problems.
Thanks,
Vincent