Package: iviNSCLC
Type: Package
Title: The IVI-NSCLC model
Version: 1.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.0)
Imports:
    data.table,
    flexsurv,
    hesim,
    MASS,
    R6,
    stats,
    survival,
    truncnorm
Suggests:
    covr,
    ggplot2,
    gridExtra,
    knitr,
    scales,
    testthat
VignetteBuilder: knitr
RoxygenNote: 6.1.1
