-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
58 lines (58 loc) · 1.55 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Package: censored
Title: 'parsnip' Engines for Survival Models
Version: 0.3.2.9000
Authors@R: c(
person("Emil", "Hvitfeldt", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-0679-1945")),
person("Hannah", "Frick", , "[email protected]", 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.7-0)
Imports:
cli,
dials,
dplyr (>= 0.8.0.1),
generics,
glue,
hardhat (>= 1.1.0),
lifecycle,
mboost,
prodlim (>= 2023.03.31),
purrr,
rlang (>= 1.0.0),
stats,
tibble (>= 3.1.3),
tidyr (>= 1.0.0)
Suggests:
aorsf (>= 0.1.2),
coin,
covr,
flexsurv (>= 2.2.1),
glmnet (>= 4.1),
ipred,
partykit,
pec,
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.3.2