Package: heRomod2
Type: Package
Title: Reproducible Health Economic Modeling
Version: 0.1.0
Authors@R: person("Jordan", "Amdahl", email = "jrdnmdhl@gmail.com",
  role = c("aut", "cre"))
Description: An R package for creating and running reproducible and
  transparent health economic models. Models of various types are
  creating using a consistent tabular structure which defines features
  of the model such as the strategies being compared and the health
  states between which patients transit.
Imports: 
    lazyeval,
    dplyr,
    magrittr,
    future,
    tidyr,
    furrr,
    tibble,
    mvnfast,
    crayon,
    stringr,
    readr,
    openxlsx,
    rlang,
    purrr,
    glue,
    ggplot2,
    ggraph,
    tidygraph
License: AGPL-3
Encoding: UTF-8
LazyData: true
Suggests: 
    testthat,
    covr
RoxygenNote: 7.2.3
