-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
executable file
·40 lines (40 loc) · 1006 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
36
37
38
39
40
Package: descem
Title: Discrete Event Simulation for Cost-Effectiveness Modelling
Version: 0.1.2
Authors@R:
c(person(given = "Valerie",
family = "Aponte Ribero",
role = c("aut", "cre"),
email = "valerie.aponte_ribero@roche.com",
comment = ""),
person(given = "Javier",
family = "Sanchez Alvarez",
role = c("aut"),
email = "javier.sanchez_alvarez@roche.com ",
comment = ""),
person("F. Hoffmann La Roche Ltd", role = c("cph"))
)
Description: A package designed to perform discrete event simulation for cost-effectiveness modelling.
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
flexsurv,
dplyr,
ggplot2,
knitr,
rmarkdown,
kableExtra,
DiagrammeR,
MASS
Imports:
purrr,
tidyr,
doParallel,
data.table,
foreach,
stats,
utils
VignetteBuilder: knitr