forked from paulhibbing/PAutilities
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
46 lines (46 loc) · 1.34 KB
/
DESCRIPTION
File metadata and controls
46 lines (46 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
44
45
46
Package: PAutilities
Type: Package
Title: Streamline Physical Activity Research
Version: 1.1.0
Authors@R: c(
person(
c("Paul", "R."), "Hibbing", email = "paulhibbing@gmail.com",
role = c("aut","cre")),
person(
"Centers for Disease Control and Prevention", role = "ctb"))
Depends: R (>= 3.5.0)
Description: A collection of utilities that are useful for a broad range of
tasks that are common in physical activity research, including the
following: creation of Bland-Altman plots, formatted descriptive
statistics, metabolic calculations (e.g. basal metabolic rate predictions)
and conversions, demographic calculations (age and age-for-body-mass-index
percentile), bout analysis of moderate-to-vigorous intensity physical
activity, and analysis of bout detection algorithm performance.
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: https://github.com/paulhibbing/PAutilities
BugReports: https://github.com/paulhibbing/PAutilities/issues
RoxygenNote: 7.1.2
Imports:
dplyr (>= 0.7),
equivalence,
ggplot2 (>= 2.2),
graphics,
lazyeval (>= 0.2),
lubridate (>= 1.7.4),
magrittr (>= 1.5),
methods,
reshape2,
rlang (>= 0.3.1),
stats,
utils,
Rcpp
Suggests:
testthat,
knitr,
rmarkdown,
matchingMarkets (>= 1.0.1)
VignetteBuilder: knitr
LinkingTo:
Rcpp