-
Notifications
You must be signed in to change notification settings - Fork 62
/
DESCRIPTION
42 lines (42 loc) · 2.93 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
33
34
35
36
37
38
39
40
41
42
Package: GGIR
Type: Package
Title: Raw Accelerometer Data Analysis
Version: 3.1-9
Date: 2024-12-24
Authors@R: c(person("Vincent T","van Hees",role=c("aut","cre"),
email="v.vanhees@accelting.com"),
person("Jairo H","Migueles",role="aut",
email="jairo@jhmigueles.com",
comment = c(ORCID = "0000-0003-0366-6935")),
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("Chenxuan","Zhao",role="ctb"),
person("Ian","Meneghel Danilevicz", role="ctb",
email="ian.meneghel-danilevicz @ inserm.fr",
comment = c(ORCID = "0000-0003-4541-0524")),
person("Victor","Barreto Mesquita", role="ctb",
email="victormesquita40@hotmail.com"),
person("Gaia","Segantin",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/>, binary (.gt3x) and .csv-export data from 'Actigraph' <https://theactigraph.com> devices, and binary (.cwa) and .csv-export 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. Also the package allows for external function embedding.
URL: https://github.com/wadpac/GGIR/, https://groups.google.com/forum/#!forum/RpackageGGIR, https://wadpac.github.io/GGIR/
BugReports: https://github.com/wadpac/GGIR/issues
License: Apache License (== 2.0) | file LICENSE
Suggests: testthat, covr, knitr, rmarkdown, actilifecounts, readxl
Imports: data.table, foreach, doParallel, signal, zoo, unisensR, ineq, methods, psych, irr, lubridate, GGIRread, ActCR, read.gt3x
Depends: stats, utils, R (>= 3.5)
VignetteBuilder: knitr