Skip to content

Releases: wadpac/GGIRread

1.0.4

04 Apr 06:54
Compare
Choose a tag to compare
  • Fitbit: Fix bug preventing the loading of a sequence of json files. #76

  • Add functions for reading Parmay Tech Matrix sensor (bin/BIN files) with accelerometer, gyroscope, temperature, and heart rate #70.

1.0.3

10 Mar 07:36
Compare
Choose a tag to compare
  • 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

1.0.2

25 Feb 14:04
Compare
Choose a tag to compare
  • 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

03 Jun 08:15
Compare
Choose a tag to compare

Progress bar fixed, issue #63 (credits: John Muschellij)

1.0.0

03 Jun 08:14
af8a376
Compare
Choose a tag to compare
  • 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

24 Jan 14:50
Compare
Choose a tag to compare
  • 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

0.3.2

06 Dec 07:10
Compare
Choose a tag to compare
  • Improved handling of failed checksum in .cwa files #53 (credits: Lena Kushleyeva)

0.3.1

30 Aug 16:24
Compare
Choose a tag to compare
  • 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.

0.3.0

07 Aug 11:45
Compare
Choose a tag to compare
  • Improved imputation of faulty blocks readAxivity
  • Unit test added for AX6 files
  • License update to Apache 2.0

0.2.10

03 Aug 08:15
dc6466e
Compare
Choose a tag to compare
  • 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%.