Package: ccostr
Type: Package
Title: ccostr - Estimation of mean costs in censored data
Version: 0.1.0
Authors@R: c(
    person("Lars", "Boerty", email = "lars.borty@gmail.com", role = c("aut", "cre")),
    person("Rasmus", "Broendum", role = "aut"),
    person("Martin", "Boegsted", role = "aut"))
Description: This package implements various estimators for
    inferring the mean censored cost data.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Suggests: 
    rmarkdown,
    parallel,
    testthat (>= 2.1.0)
VignetteBuilder: knitr
Imports: ggplot2,
        dplyr,
        tibble,
        knitr,
        msm,
        forcats,
        rlang,
        data.table,
        survival,
        Rdpack
Depends: R (>= 3.5.0)
RdMacros: Rdpack
