-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
53 lines (53 loc) · 1.6 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
49
50
51
52
53
Package: AGread
Title: Read Data Files from ActiGraph Monitors
Version: 1.3.0
Authors@R: c(
person(c("Paul", "R."), "Hibbing", email = "[email protected]",
role = c("aut","cre")),
person(c("Vincent", "T."), "van Hees", role = "ctb"),
person(c("Samuel", "R."), "LaMunion", role = "ctb"),
person(c("John"), "Muschelli", role = "ctb"),
person("Daniel", "Judge", role = "ctb"),
person("Judge", "Maygarden", role = "ctb"),
person(c("ActiGraph", "LLC"), role = "cph")
)
Description: Standardize the process of bringing various modes of output files
into R. Additionally, processes are provided to read and minimally pre-
process raw data from primary accelerometer and inertial measurement unit files,
as well as binary .gt3x files. ActiGraph monitors are used to estimate physical
activity outcomes via body-worn sensors that measure (e.g.) acceleration or
rotational velocity.
Depends:
R (>= 3.5.0)
License: MIT + file LICENSE
Imports:
anytime (>= 0.3.0),
data.table (>= 1.10.4),
DescTools (>= 0.99.20),
dplyr (>= 0.5.0),
lubridate (>= 1.7.4),
magrittr (>= 2.0.2),
PAutilities (>= 1.1.0),
Rcpp (>= 1.0.1),
reshape2 (>= 1.4.3),
rlang (>= 0.2.0),
R.utils,
read.gt3x,
stats,
stringr (>= 1.3.0),
tools,
utils,
readr,
RSQLite,
DBI
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
URL: https://github.com/paulhibbing/AGread
BugReports: https://github.com/paulhibbing/AGread/issues
Suggests:
GGIR (>= 1.5.0),
seewave (>= 2.0.5),
testthat (>= 3.0.0)
LinkingTo: Rcpp
Config/testthat/edition: 3