Releases: wadpac/GGIRread
Releases · wadpac/GGIRread
Release list
1.0.8
1.0.7
-
Parmay Matrix:
- Fixed minor bug in the conversion of accelerometer and gyroscope readings #82
- Correct documentation for header structure of bin files in readParmayMatrix #83
- Update Parmay matrix website in README and readParmayMatrix function documentation #87
- Enhanced robustness when reading partially corrupted files, valid data packets are now processed, while only corrupted sections are skipped #88
-
Workflows: Updated to the latest r-lib/actions examples and fixed r-cmd-check-basic to pass
1.0.6
(GitHub-only-release)
- Actical: Improve detection of recording start #85
1.0.5
-
Fitbit: Now also loads heart rate data #78
-
ActiWatch: Enable recognition of file extension when filename has more than one dot.
1.0.4
1.0.3
1.0.2
- Added a NEWS.md file to track changes to the package.
- Stops interactive calling of chooseCRANmirror on .onAttach if interactive and CRAN mirror not set GGIR #1141.
- GGIRread version look-up in .onattach() no longer crashes when computer is offline.
- Migrate read function for ActiGraph (csv) and Actiwatch (csv/awd) count data to GGIRread #68.
- Add function for reading Actical (csv) count data #68.
- Add functions for reading and merging Philips Health Band file pairs (xlsx) #68.
- Add functions for reading and merging Fitbit (json) files with sleep, steps, and/or calories #68.
1.0.1
Progress bar fixed, issue #63 (credits: John Muschellij)
1.0.0
- GENEActiv no longer prints error to console when more data is requested than is in the file because this is not an error, issue #58
0.3.3
- When GENEActiv device battery runs low before downloading data the timestamp in the file header will default to 2010-9-16. This is now corrected by using the timestamp from the first page header instead, issue #56