-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
61 lines (61 loc) · 1.35 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
59
60
61
Package: mlr3survival
Title: Survival Analysis for mlr3
Version: 0.1.0-9000
Authors@R:
person(given = "Michel",
family = "Lang",
role = c("cre", "aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9754-0393"))
Description: Provides extensions for survival analysis for
'mlr3'. This includes a specialized task type, models, predictions,
and measures.
License: LGPL-3
URL: https://mlr3survival.mlr-org.com,
https://github.com/mlr-org/mlr3survival
BugReports: https://github.com/mlr-org/mlsurvival/issues
Depends:
R (>= 3.1.0)
Imports:
checkmate,
data.table,
mlr3,
mlr3misc,
paradox,
R6,
survival
Suggests:
glmnet,
lgr,
ranger,
rpart,
simsurv,
survAUC,
testthat
Remotes:
mlr-org/mlr3,
mlr-org/mlr3misc,
mlr-org/paradox
Encoding: UTF-8
LazyData: true
NeedsCompilation: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
Collate:
'LearnerSurv.R'
'LearnerSurvCoxPH.R'
'LearnerSurvFeatureless.R'
'LearnerSurvGlmnet.R'
'LearnerSurvRanger.R'
'LearnerSurvRpart.R'
'MeasureSurv.R'
'MeasureSurvHarrellsC.R'
'MeasureSurvUnosC.R'
'PredictionSurv.R'
'TaskGeneratorSimsurv.R'
'TaskSurv.R'
'TaskSurv_lung.R'
'TaskSurv_rats.R'
'TaskSurv_unemployment.R'
'assertions.R'
'zzz.R'