-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
executable file
·29 lines (29 loc) · 1.7 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: GGIRread
Type: Package
Title: Wearable Accelerometer Data File Readers
Version: 1.0.2
Date: 2024-10-25
Authors@R: c(person("Vincent T","van Hees",role=c("aut","cre"),
email="[email protected]"),
person(given = "Patrick",family = "Bos",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6033-960X")),
person("Lena","Kushleyeva",role="ctb"),
person("Jing Hua","Zhao",role="ctb"),
person("Evgeny","Mirkes",role="ctb"),
person("Dan","Jackson",role="ctb"),
person("Jairo H","Migueles",role="ctb"),
person("Medical Research Council UK", role = c("cph", "fnd")),
person("Accelting", role = c("cph", "fnd")))
Maintainer: Vincent T van Hees <[email protected]>
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)
Suggests: testthat
Imports: matlab, bitops, Rcpp (>= 0.12.10), data.table, readxl, jsonlite
Depends: stats, utils, R (>= 3.5.0)
NeedsCompilation: yes
LinkingTo: Rcpp
ByteCompile: yes