Changes in version 1.0.8 (2026-03-11) - Update readActiwatchCount to handle behaviour upcoming data.table package release. #89 Changes in version 1.0.7 (2025-11-26) - Parmay Matrix: - Fixed minor bug in the conversion of accelerometer and gyroscope readings #82 - Correct documentation for header structure of binary 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 Changes in version 1.0.6 - Actical: Improve detection of recording start #85 Changes in version 1.0.5 (2025-05-09) - Fitbit: Now also loads heart rate data #78 - ActiWatch: Enable recognition of file extension when filename has more than one dot. Changes in version 1.0.4 (2025-03-31) - Fitbit: Fix bug preventing the loading of a sequence of json files. #76 - Add functions for reading Parmay Tech Matrix sensor (BIN files) with accelerometer, gyroscope, temperature, and heart rate #70. Changes in version 1.0.3 (2025-03-07) - Actiwatch: Extract marker button data from .AWD and .CSV files #72 - Philips Health Band: Extract marker button data from .xlsx files #72 - Actical csv data: Improved detection of time series start. #73 Changes in version 1.0.2 (2024-10-25) - 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. Changes in version 1.0.1 (2024-06-03) - Progress bar fixed, issue #63 (credits: John Muschelli) Changes in version 1.0.0 (2024-03-28) - 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 Changes in version 0.3.3 (2024-01-24) - 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 Changes in version 0.3.2 (2023-12-05) - Improved handling of failed checksum in .cwa files #53 (credits: Lena Kushleyeva) Changes in version 0.3.1 (2023-10-11) - 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 Changes in version 0.3.0 (2023-08-07) - Improved imputation of faulty blocks readAxivity - Unit test added for AX6 files - License update to Apache 2.0. Changes in version 0.2.10 - 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%. Changes in version 0.2.9 - 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 Changes in version 0.2.8 (2023-05-26) - 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 Changes in version 0.2.7 (2023-05-17) - 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. Changes in version 0.2.6 (2022-12-05) - New CRAN release, only minor improvements to syntax Changes in version 0.2.5 - readWav now correctly identifies the header and first timestamp Changes in version 0.2.4 (2022-10-09) - 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. Changes in version 0.2.3 (2022-09-29) - 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 Changes in version 0.2.2 (2022-08-31) - 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) Changes in version 0.2.1 (2022-08-17) - Addressing request from CRAN to revise AxivityNumUnpack Changes in version 0.2.0 (2022-08-15) - First release with functionality for reading Axivity .cwa, GENEActiv .bin, and Genea, .bin data.