-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.15 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
Package: epicR
Title: R Package for Evaluation Platform in COPD
Version: 0.33.0
Authors@R: c(
person("Mohsen", "Sadatsafavi", email = "[email protected]", role = c("aut", "cph")),
person("Amin", "Adibi", email = "[email protected]", role = c("aut", "cre")),
person("Kate", "Johnson", email = "[email protected]", role = c("aut")))
Description: Evaluation Platform in COPD (EPIC) is a Discrete Event Simulation (DES) model that simulates health outcomes of COPD patients based on demographics and individual-level risk factors, based on the model published in Sadatsafavi et al. (2019) <doi:10.1177/0272989X18824098>.
Depends:
R (>= 4.1.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
Rcpp (>= 1.0.8),
RcppArmadillo (>= 0.11.2),
graphics,
stats,
ggplot2 (>= 3.3.6),
ggthemes,
sqldf,
jsonlite,
RSQLite,
DBI,
readr,
reshape2,
scales,
tidyr,
tibble,
dplyr,
reshape2
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0),
openxlsx,
survival,
survminer,
knitr,
rmarkdown
Config/testthat/edition: 3
VignetteBuilder: knitr