-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
29 lines (29 loc) · 892 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
Package: arctools
Type: Package
Title: Processing and Physical Activity Summaries of Minute Level Activity Data
Version: 1.1.6
Authors@R: c(
person("Marta", "Karas", email = "marta.karass@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5889-3970")),
person("Jennifer", "Schrack", role = c("aut"),
comment = c(ORCID = "0000-0001-9244-9267")),
person("Jacek", "Urbanek", role = c("aut"),
comment = c(ORCID = "0000-0002-1890-8899"))
)
Description: Provides functions to process minute level actigraphy-measured activity counts data and extract commonly used physical activity volume and fragmentation metrics.
License: GPL-3
Encoding: UTF-8
Depends: R (>= 2.10)
RoxygenNote: 7.2.1
LazyData: true
Suggests:
testthat,
data.table,
dplyr,
knitr,
rmarkdown,
ggplot2
Imports:
lubridate,
runstats
VignetteBuilder: knitr