-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
36 lines (36 loc) · 832 Bytes
/
DESCRIPTION
File metadata and controls
36 lines (36 loc) · 832 Bytes
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
Package: ihr
Title: Interpreting HR dataset
Version: 1.0.0
Authors@R: c(
person("Shuiqing", "Han", email = "sophihan@umich.edu", role = "aut"),
person("Owen", "Yoo", email = "owenhy@umich.edu", role = "aut"),
person("Irina", "Gaynanova", email = "irinagn@umich.edu", role = c("aut", "cre"))
)
Description: Implements a wide range of metrics for measuring heart rate based on the heart rate data gathered from a wearable device.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends:
R (>= 4.1.0)
Imports:
ggplot2,
dplyr,
tidyr,
stats,
lubridate,
ggpubr,
plotly,
tibble,
zoo,
gridExtra,
gtable,
patchwork,
utils,
hms
LazyData: true
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr