Type: Package
Package: cdx2cea
Title: A cost-efectiveness analysis of testing stage II colon cancer patients 
  for the absence of CDX2 biomarker followed by adjuvant chemotherapy
Version: 0.1.0
Authors@R: 
    c(person(given = "Fernando",
             family = "Alarid-Escudero",
             role = c("aut", "cre"),
             email = "fernando.alarid@cide.edu",
             comment = c(ORCID = "0000-0001-5076-1172")))
Maintainer: Fernando Alarid-Escudero <fernando.alarid@cide.edu>
Description: An R package with a collection of functions that conducts a 
  cost-efectiveness analysis of testing stage II colon cancer patients for the 
  absence of CDX2 biomarker followed by adjuvant chemotherapy. This repository is 
  part of the following manuscript submitted for publication: Alarid-Escudero F, 
  Kuntz KM, Schrag D, "CDX2 biomarker testing and adjuvant therapy for stage II 
  colon cancer: An exploratory cost-effectiveness analysis." (2021). Under 
  revision.
License: file LICENSE
Depends:
    R (>= 4.0.3)
Imports:
    dplyr,
    lhs,
    plyr,
    reshape2,
    logitnorm,
    utils,
    foreach,
    doParallel,
    IMIS,
    plotrix,
    rlang,
    magrittr,
    bookdown
Suggests: 
    knitr,
    rmarkdown,
    dampack,
    darthtools,
    ggplot2, 
    testthat,
    pkgdown,
    survival,
    BiocManager,
    kableExtra,
    png,
    scales
VignetteBuilder: 
    knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
URL: https://feralaes.github.io/cdx2cea, https://github.com/feralaes/cdx2cea
BugReports: https://github.com/feralaes/cdx2cea/issues
