-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
45 lines (45 loc) · 1.22 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
Package: sleepIPD
Title: Opinionated Accelerometer Reprocessing for the SleepIPD Study
Version: 0.2.2
Authors@R:
person(given = "Taren",
family = "Sanders",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4504-6008"))
Description: A wrapper around {GGIR} to provide standardised reprocessing of
accelerometer files. It also provides a set of helper scripts to make
generating the metadata simpler.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2
Imports:
dplyr (>= 1.0.0),
fuzzyjoin,
GGIR (>= 2.5.1),
lubridate,
magrittr (>= 2.0.0),
openxlsx (>= 4.2.0),
readr (>= 2.0.0),
rlang (>= 0.4.12),
stringr,
tidyselect,
usethis (>= 2.0.0),
XML (>= 3.99-0.7)
Remotes:
wadpac/[email protected]
Depends:
R (>= 2.10)
URL: https://motivation-and-behaviour.github.io/sleepIPD, https://github.com/Motivation-and-Behaviour/sleepIPD
BugReports: https://github.com/Motivation-and-Behaviour/sleepIPD/issues
Suggests:
knitr,
devtools,
rmarkdown,
gt,
purrr,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3