-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
43 lines (43 loc) · 1.34 KB
/
DESCRIPTION
File metadata and controls
43 lines (43 loc) · 1.34 KB
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
Package: actigraphy
Version: 0.2.1.0000
Title: Feature Extraction from Minute Level Actigraphy Data
Description: Extract features from minute level activity data. This package includes
functions to calculate total volumne of physical activity intensity,
time features (sedentary time, MVPA, etc), fragmentation metrics,
functional principal comopnents, extedended cosinor, and other nonparametrcis
summaries of circadian rhythmicity.
Authors@R: c(
person(given = "Junrui", family = "Di",
role = c("aut", "cre"), email = "jdi2@jhu.edu"),
person(given = "John", family = "Muschelli",
role = c("aut"), email = "muschellij2@gmail.com"),
person(given = "Vadim", family = "Zipunnikov",
role = c("aut"), email = "vzipunni@jhsph.edu ")
)
Maintainer: Junrui Di <jdi2@jhu.edu>
License: GPL-3 + file LICENSE
Imports:
accelerometry,
refund,
dplyr,
minpack.lm,
ineq,
survival,
stats,
tidyr,
zoo
Depends:
R (>= 2.10),
Suggests:
knitr,
rmarkdown,
covr,
testthat
Encoding: UTF-8
LazyData: TRUE
ByteCompile: true
Type: Package
VignetteBuilder: knitr
URL: https://github.com/junruidi/actigraphy
BugReports: https://github.com/junruidi/actigraphy/issues
RoxygenNote: 6.1.1