diff --git a/DESCRIPTION b/DESCRIPTION index 8c77fbd..97e00a6 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -17,7 +17,7 @@ Authors@R: c(person("Vincent T","van Hees",role=c("aut","cre"), person("Medical Research Council UK", role = c("cph", "fnd")), person("Accelting", role = c("cph", "fnd"))) Maintainer: Vincent T van Hees -Description: Reads data collected from wearable acceleratometers as used in sleep and physical activity research. Currently supports file formats: binary data from 'GENEActiv' , .bin-format from GENEA devices (not for sale), and .cwa-format from 'Axivity' . Further, it has functions for reading text files with epoch level aggregates from Actical, Fitbit, Actiwatch, ActiGraph, and PhilipsHealthBand. Primarily designed to complement R package GGIR . +Description: Reads data collected from wearable acceleratometers as used in sleep and physical activity research. Currently supports file formats: binary data from 'GENEActiv' , .bin-format from GENEA devices (not for sale), and .cwa-format from 'Axivity' . Further, it has functions for reading text files with epoch level aggregates from 'Actical', 'Fitbit', 'Actiwatch', 'ActiGraph', and 'PhilipsHealthBand'. Primarily designed to complement R package GGIR . URL: https://github.com/wadpac/GGIRread/ BugReports: https://github.com/wadpac/GGIRread/issues License: Apache License (== 2.0) diff --git a/man/readWav.Rd b/man/readWav.Rd index d62e753..fb0b6c2 100644 --- a/man/readWav.Rd +++ b/man/readWav.Rd @@ -5,11 +5,11 @@ } \description{ Originally designed to read the wav accelerometer data format as stored with the OMGUI software - by Axivity Ltd and documented \href{https://github.com/digitalinteraction/openmovement/wiki/AX3-GUI#export-re-sampled-wav}{here}. + by Axivity Ltd and documented \href{https://github.com/openmovementproject/openmovement/wiki/AX3-GUI#export-re-sampled-wav}{here}. This function has been deprecated as wav files are hardly used, their formatting - is not consistent causing ongoing challenges with keeping the keep functional, - wav format not well facilitated for AX6 recording. + is not consistent causing ongoing challenges, and the wav format is not well + facilitated for AX6 recordings. } \usage{ readWav(filename, start = 1, end = 100,units="minutes")