-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
38 lines (38 loc) · 1.23 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
Package: ActFrag
Type: Package
Title: Activity Fragmentation Metrics Extracted from Minute Level Activity Data
Version: 0.1.1
Authors@R: c(
person(given = "Junrui", family = "Di",
role = c("aut", "cre"), email = "dijunrui@gmail.com"),
person(given = "John", family = "Muschelli",
role = c("aut"), email = "muschellij2@gmail.com"),
person(given = "Vadim", family = "zipunnikov",
role = c("aut"), email = "vadim.zipunnikov@gmail.com")
)
Maintainer: Junrui Di <dijunrui@gmail.com>
Description: Recent studies haven shown that, on top of total daily active/sedentary volumes, the time
accumulation strategies provide more sensitive information. This package provides functions to extract
commonly used fragmentation metrics to quantify such time accumulation strategies based on minute level
actigraphy-measured activity counts data.
License: GPL-3
Imports:
accelerometry,
dplyr,
ineq,
survival,
stats,
tidyr
Depends:
R (>= 3.5.0),
Suggests:
knitr,
rmarkdown,
testthat (>= 2.1.0)
Encoding: UTF-8
LazyData: TRUE
ByteCompile: true
VignetteBuilder: knitr
URL: https://github.com/junruidi/ActFrag
BugReports: https://github.com/junruidi/ActFrag/issues
RoxygenNote: 7.0.2