forked from InnovationValueInitiative/IVI-NSCLC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.1 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
Package: iviNSCLC
Type: Package
Title: The IVI-NSCLC model
Version: 0.0.0.9000
Authors@R: c(
person("Devin", "Incerti", , "devin.incerti@thevalueinitiative.org", c("aut", "cre")),
person("Jeroen P.", "Jansen", , "jeroen.jansen@thevalueinitiative.org", role = "aut")
)
Description: An R package for running the IVI-NSCLC model. Simulates the benefits, costs, and risks of
different sequences of treatment for patients with epidermal growth factor receptor (EGFR) positive non-small cell lung cancer (NSCLC)
using a multi-state approach with the individual-level continuous time state transition model
framework from the hesim package.
URL: https://github.com/InnovationValueInitiative/IVI-NSCLC
BugReports: https://github.com/InnovationValueInitiative/IVI-NSCLC/issues
License: GPL-3
LazyData: true
Depends:
R (>= 3.4.1)
Imports:
data.table,
flexsurv,
hesim,
MASS,
R6,
stats,
survival,
truncnorm
Remotes: InnovationValueInitiative/hesim
Suggests:
covr,
ggplot2,
gridExtra,
knitr,
scales,
testthat
VignetteBuilder: knitr
RoxygenNote: 6.0.1