Skip to content

Commit

Permalink
address CRAN issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentvanhees committed Oct 25, 2024
1 parent 55c3f36 commit aa5eadf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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 <v.vanhees@accelting.com>
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>.
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>.
URL: https://github.com/wadpac/GGIRread/
BugReports: https://github.com/wadpac/GGIRread/issues
License: Apache License (== 2.0)
Expand Down
6 changes: 3 additions & 3 deletions man/readWav.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit aa5eadf

Please sign in to comment.