forked from wadpac/GGIR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·32 lines (32 loc) · 2.46 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
30
31
32
Package: GGIR
Type: Package
Title: Raw Accelerometer Data Analysis
Version: 2.9-0
Date: 2023-03-24
Authors@R: c(person("Vincent T","van Hees",role=c("aut","cre"),
email="v.vanhees@accelting.com"),
person("Jairo H","Migueles",role="aut"),
person("Severine","Sabia",role="ctb"),
person("Matthew R","Patterson",role="ctb"),
person("Zhou","Fang",role="ctb"),
person("Joe","Heywood",role="ctb"),
person("Joan","Capdevila Pujol",role="ctb"),
person("Lena","Kushleyeva",role="ctb"),
person("Mathilde","Chen",role="ctb"),
person("Manasa","Yerramalla",role="ctb"),
person(given = "Patrick",family = "Bos",
role = "ctb", email = "egpbos@gmail.com",
comment = c(ORCID = "0000-0002-6033-960X")),
person(given = "Taren",family = "Sanders", role = "ctb"),
person("Medical Research Council UK", role = c("cph", "fnd")),
person("Accelting", role = c("cph", "fnd")),
person("French National Research Agency", role = c("cph", "fnd")))
Maintainer: Vincent T van Hees <v.vanhees@accelting.com>
Description: A tool to process and analyse data collected with wearable raw acceleration sensors as described in Migueles and colleagues (JMPB 2019), and van Hees and colleagues (JApplPhysiol 2014; PLoSONE 2015). The package has been developed and tested for binary data from 'GENEActiv' <https://activinsights.com/> and GENEA devices (not for sale), .csv-export data from 'Actigraph' <https://actigraphcorp.com> devices, and .cwa and .wav-format data from 'Axivity' <https://axivity.com>. These devices are currently widely used in research on human daily physical activity. Further, the package can handle accelerometer data file from any other sensor brand providing that the data is stored in csv format and has either no header or a two column header. Also the package allows for external function embedding.
URL: https://github.com/wadpac/GGIR/, https://groups.google.com/forum/#!forum/RpackageGGIR
BugReports: https://github.com/wadpac/GGIR/issues
License: LGPL (>= 2.0, < 3) | file LICENSE
Suggests: testthat, covr, knitr, rmarkdown, actilifecounts, ActCR, GGIRread, read.gt3x
Imports: data.table, foreach, doParallel, signal, zoo, tuneR, unisensR, ineq, methods
Depends: stats, utils, R (>= 3.5)
VignetteBuilder: knitr