Skip to content

Commit aa5eadf

Browse files
address CRAN issues
1 parent 55c3f36 commit aa5eadf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Authors@R: c(person("Vincent T","van Hees",role=c("aut","cre"),
1717
person("Medical Research Council UK", role = c("cph", "fnd")),
1818
person("Accelting", role = c("cph", "fnd")))
1919
Maintainer: Vincent T van Hees <v.vanhees@accelting.com>
20-
Description: Reads data collected from wearable acceleratometers as used in sleep and physical activity research. Currently supports file formats: binary data from 'GENEActiv' <https://activinsights.com/>, .bin-format from GENEA devices (not for sale), and .cwa-format from 'Axivity' <https://axivity.com>. 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 <https://CRAN.R-project.org/package=GGIR>.
20+
Description: Reads data collected from wearable acceleratometers as used in sleep and physical activity research. Currently supports file formats: binary data from 'GENEActiv' <https://activinsights.com/>, .bin-format from GENEA devices (not for sale), and .cwa-format from 'Axivity' <https://axivity.com>. 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 <https://CRAN.R-project.org/package=GGIR>.
2121
URL: https://github.com/wadpac/GGIRread/
2222
BugReports: https://github.com/wadpac/GGIRread/issues
2323
License: Apache License (== 2.0)

man/readWav.Rd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
}
66
\description{
77
Originally designed to read the wav accelerometer data format as stored with the OMGUI software
8-
by Axivity Ltd and documented \href{https://github.com/digitalinteraction/openmovement/wiki/AX3-GUI#export-re-sampled-wav}{here}.
8+
by Axivity Ltd and documented \href{https://github.com/openmovementproject/openmovement/wiki/AX3-GUI#export-re-sampled-wav}{here}.
99

1010
This function has been deprecated as wav files are hardly used, their formatting
11-
is not consistent causing ongoing challenges with keeping the keep functional,
12-
wav format not well facilitated for AX6 recording.
11+
is not consistent causing ongoing challenges, and the wav format is not well
12+
facilitated for AX6 recordings.
1313
}
1414
\usage{
1515
readWav(filename, start = 1, end = 100,units="minutes")

0 commit comments

Comments
 (0)