-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
47 lines (47 loc) · 1.12 KB
/
DESCRIPTION
File metadata and controls
47 lines (47 loc) · 1.12 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
47
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.3
Roxygen: list(markdown = TRUE)
Depends:
R (>= 4.1),
Imports:
stats,
generics,
ggplot2,
tidyr,
dplyr,
purrr,
tibble,
rlang,
httr,
parsnip,
hardhat,
readr,
vroom,
Suggests:
ellmer (>= 0.1.0),
knitr,
covr,
testthat,
broom.mixed,
ggrepel,
rmarkdown,
quarto
VignetteBuilder: knitr, quarto