-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
55 lines (55 loc) · 1.36 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
Package: actigraph.sleepr
Type: Package
Title: Detect Periods of Sleep and Non-Wear from 'ActiGraph' Data
Version: 0.2.0
Authors@R: c(person(given = "Desislava",
family = "Petkova",
email = "[email protected]",
role = c("aut", "cre"))
)
Description: Reads *.agd files exported from 'ActiGraph' devices;
implements the Troiano <doi:10.1249/mss.0b013e31815a51b3> and
Choi <doi:10.1249/MSS.0b013e3181ed61a3> algorithms for
detecting periods on non-wear;
implements the Sadeh <doi:10.1093/sleep/17.3.201> and
Cole-Kripke <doi:10.1093/sleep/15.5.461> algorithms for
detecting asleep/awake state
and the Tudor-Locke <doi:10.1139/apnm-2013-0173> algorithm
to detect sleep periods from asleep/awake states.
URL: https://github.com/dipetkov/actigraph.sleepr
BugReports: https://github.com/dipetkov/actigraph.sleepr/issues
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
NeedsCompilation: no
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Depends:
R (>= 3.2.4)
Imports:
DBI,
Rcpp,
RcppRoll,
RSQLite,
dbplyr,
dplyr (>= 1.0.1),
tidyr (>= 1.1.1),
assertthat,
ggplot2,
lubridate,
purrr,
rlang,
zoo,
magrittr,
tibble,
tidyselect
Suggests:
covr,
knitr,
readr,
rmarkdown,
testthat,
tools,
lintr
VignetteBuilder: knitr
LinkingTo: Rcpp