-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.06 KB
/
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
36
37
38
39
40
41
42
43
Package: card
Type: Package
Title: Cardiovascular Applications in Research Data
Version: 0.1.1
Authors@R:
person(given = "Anish S.",
family = "Shah",
role = c("aut", "cre", "cph"),
email = "shah.in.boots@gmail.com",
comment = c(ORCID = "0000-0002-9729-1558"))
Description: A collection of cardiovascular research datasets and analytical
tools, including methods for cardiovascular procedural data, such as
electrocardiography, echocardiography, and catheterization data. Additional
methods exist for analysis of procedural billing codes.
License: MIT + file LICENSE
URL: https://cran.r-project.org/package=card
BugReports: https://github.com/shah-in-boots/card/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Depends:
R (>= 4.1),
Imports:
stats,
generics,
ggplot2,
tidyr,
dplyr,
purrr,
tibble,
rlang,
parsnip,
hardhat,
Suggests:
kableExtra,
knitr,
rmarkdown,
covr,
testthat,
broom.mixed,
ggrepel
VignetteBuilder: knitr