NEWS | R Documentation |
Now iterates through cwa files using native cwa blocks instead of 300 sample pages.
Now properly accounts for unexpected high sampling rate for the imputation.
Deprecated option to iterate based on timestamps.
Deprecated readWav function, see #48 for justification.
This release already appeared on GitHub on 30 August but is now also submitted to CRAN
Improved imputation of faulty blocks readAxivity
Unit test added for AX6 files
License update to Apache 2.0.
Fixed bug in temperature extraction Axivity cwa files (credits: Lena Kushleyeva)
readAxivity now able to recognise when AX6 has been configured without gyroscope sensor and only provides accerometer data. Fixes #31 (credits: Lena Kushleyeva)
readAxivity refactored and faster (credits: Lena Kushleyeva) but also expanded with checksum check and sampling frequency check, data blocks are imputed when checks fail and this is logged in the output. The net speed improvement is approximately 15%-20%.
Replace bug fix to resample function in 0.2.8 and instead fix the issue inside readAxivity #33
Improvements to syntax for readGENEActiv and readGenea following R updates
Major bug fix introduced in 0.2.7 release affecting readAxivity #29
resample function now able to handle timestamps outside block as a result of large time gaps in cwa files #32
Fixes bug in LUX extraction for GENEActiv .bin data (#27)
Expanded Axivity .wav file header extraction with alternative method for sampling rate extraction (#26)
Speeding up readAxivity function by approximately 75 percent.
New CRAN release, only minor improvements to syntax
readWav now correctly identifies the header and first timestamp
Addressing POSIX errors in R-devel.
Speeding up readAxivity function by approximately 40 percent.
Adding readWav function for reading accelerometer data stored in wav(Audio) format. This function was formerly known as g.wavread in the GGIR package but has been migrated here to make the GGIR package lighter.
Changed POSIXlt to character conversion to be compatible with R-devel update svn revision r82904 (2022-09-24 19:32:52)
Tidying up namespace references
Added zzz function to auto-check onattach package version relative to CRAN
Now also extracting GENEActiv RecordingID, Handedness, DeviceLocation and DeviceModel from header
Removed skin_on_cran() calls in unit test
Improved description for resample function
Fixed errors resulting from how lux values are read (issue #12)
Addressing request from CRAN to revise AxivityNumUnpack
First release with functionality for reading Axivity .cwa, GENEActiv .bin, and Genea, .bin data.