-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.5 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
54
55
56
Package: agcounts
Type: Package
Title: Calculate 'ActiGraph' Counts from Accelerometer Data
Version: 0.6.9
Authors@R: c(
person(c("Brian", "C."), "Helsel", email = "[email protected]", role = c("aut", "cre")),
person(c("Paul", "R."), "Hibbing", role = "ctb"),
person(c("Robert N."), "Montgomery", role = "ctb"),
person(c("Eric D."), "Vidoni", role = "ctb"),
person("Jonathan", "Clutton", role = "ctb"),
person("University of Kansas", role = "cph")
)
Description: Calculate 'ActiGraph' counts from the X, Y, and Z axes of a triaxial
accelerometer. This work was inspired by Neishabouri et al. who published the
article "Quantification of Acceleration as Activity Counts in 'ActiGraph' Wearables"
on February 24, 2022. The link to the article (<https://pubmed.ncbi.nlm.nih.gov/35831446>)
and 'python' implementation of this code (<https://github.com/actigraph/agcounts>).
Depends:
R (>= 3.5.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Imports:
data.table,
gsignal,
lubridate,
magrittr,
Rcpp,
GGIR,
stats,
utils,
zoo,
reticulate,
dplyr,
stringr,
ggplot2,
reactable,
shiny,
bslib,
read.gt3x,
DBI,
RSQLite
Suggests:
parallel,
devtools,
foreach,
testthat (>= 3.0.0),
shinytest2,
covr
Config/testthat/edition: 3
LinkingTo:
Rcpp,
RcppArmadillo
URL: https://github.com/bhelsel/agcounts
BugReports: https://github.com/bhelsel/agcounts/issues