Package: censored
Title: 'parsnip' Engines for Survival Models
Version: 0.2.0
Authors@R: c(
    person("Emil", "Hvitfeldt", , "emil.hvitfeldt@posit.co", role = "aut",
           comment = c(ORCID = "0000-0002-0679-1945")),
    person("Hannah", "Frick", , "hannah@posit.co", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-6049-5258")),
    person("Posit Software, PBC", role = c("cph", "fnd"))
  )
Description: Engines for survival models from the 'parsnip' package. These
    include parametric models (e.g., Jackson (2016)
    <doi:10.18637/jss.v070.i08>), semi-parametric (e.g., Simon et al
    (2011) <doi:10.18637/jss.v039.i05>), and tree-based models (e.g.,
    Buehlmann and Hothorn (2007) <doi:10.1214/07-STS242>).
License: MIT + file LICENSE
URL: https://github.com/tidymodels/censored,
    https://censored.tidymodels.org
BugReports: https://github.com/tidymodels/censored/issues
Depends:
    parsnip (>= 1.1.0),
    R (>= 3.5.0),
    survival (>= 3.3-1)
Imports: 
    dials,
    dplyr (>= 0.8.0.1),
    generics,
    glue,
    hardhat (>= 1.1.0),
    lifecycle,
    mboost,
    prettyunits,
    purrr,
    rlang (>= 1.0.0),
    stats,
    tibble (>= 3.1.3),
    tidyr (>= 1.0.0)
Suggests:
    aorsf (>= 0.0.4),
    coin,
    covr,
    flexsurv (>= 2.2.1),
    glmnet (>= 4.1),
    ipred,
    partykit,
    pec,
    prodlim (>= 2023.03.31),
    rmarkdown,
    rpart,
    testthat (>= 3.0.0)
Config/Needs/website:
    tidymodels,
    tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
