-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
48 lines (48 loc) · 1.4 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
43
44
45
46
47
48
Package: read.gt3x
Type: Package
Title: Parse 'ActiGraph' 'GT3X'/'GT3X+' 'Accelerometer' Data
Version: 1.2.0
Authors@R:
c(person(given = "Tuomo",
family = "Nieminen",
role = c("aut", "cre"),
email = "tuomo.a.nieminen@gmail.com"),
person(given = "John",
family = "Muschelli",
role = "aut",
email = "muschellij2@gmail.com",
comment = c(ORCID = "0000-0001-6469-1750")),
person(given = "Patrick",
family = "Bos",
role = "ctb",
email = "egpbos@gmail.com",
comment = c(ORCID = "0000-0002-6033-960X")),
person(given = "Vincent",
family = "van Hees",
role = "ctb",
email = "v.vanhees@accelting.com"))
Description: Implements a high performance C++ parser
for 'ActiGraph' 'GT3X'/'GT3X+' data format (with extension '.gt3x')
for 'accelerometer' samples. Activity samples can be easily read into a
matrix or data.frame. This allows for storing the raw 'accelerometer'
samples in the original binary format to reserve space.
License: EUPL
Encoding: UTF-8
LinkingTo: Rcpp
Imports:
Rcpp,
utils,
R.utils,
tools
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Suggests:
knitr,
rmarkdown,
testthat (>= 2.1.0),
data.table,
zoo,
readr,
lubridate,
zip
VignetteBuilder: knitr