-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 841 Bytes
/
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
Package: postuR
Title: Posture Classification and Activity Measures for Triaxial Accelerometers in ECG Patches.
Version: 0.0.1.0000
Authors@R:
person(
given = "Lacey",
family = "Etzkorn",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7107-2763")
)
Description:
This package includes functions to process accelerometer data from the Zio XT (trademark iRhythm) Patch.
It creates summary measures of actigraphy and posture.
License: GPL-3
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.2.3
Depends:
R (>= 2.10),
tidyverse (>= 1.3),
lubridate (>= 1.9),
runstats (>= 1.1),
accelerometry (>= 3.1)
Imports:
meanShiftR,
fastcluster,
pracma,
stringr,
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr