forked from johnschwenck/bp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 960 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
30
31
32
33
34
35
Package: bp
Type: Package
Title: Blood Pressure Analysis in R
Version: 1.0.3
Authors@R: c(person("John","Schwenck", email = "[email protected]", role = c("aut", "cre")),
person("Irina", "Gaynanova",
email = "[email protected]",role = c("aut"),
comment = c(ORCID = "0000-0002-4116-0268")))
Maintainer: John Schwenck <[email protected]>
Description: A comprehensive package to aid in the analysis of blood pressure data of all forms by providing both descriptive and visualization tools for researchers.
License: GPL-3
URL: https://github.com/johnschwenck/bp
BugReports: https://github.com/johnschwenck/bp/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
dplyr,
tidyr,
magrittr,
lubridate,
ggplot2,
gridExtra,
cowplot,
tibble,
tidyselect,
gtable
Depends:
R (>= 3.5.0)
Suggests:
knitr,
rmarkdown,
png
VignetteBuilder: knitr
Language: en-US