Package: mlr3cmprsk Title: Competing Risks Machine Learning for 'mlr3' Version: 0.0.5 Authors@R: c( person("John", "Zobolas", , "bblodfon@gmail.com", role = c("cre", "aut"), comment = c(ORCID = "0000-0002-3609-8674")), person("Andrzej", "Galecki", , "agalecki@umich.edu", role = "ctb", comment = c(ORCID = "0000-0003-1542-4001")) ) Description: Provides a unified interface for right-censored competing risks tasks in 'mlr3'. License: MIT + file LICENSE Depends: mlr3 (>= 1.4.0), R (>= 3.6.0) Imports: checkmate (>= 2.3.2), cmprsk, data.table (>= 1.17.8), mlr3misc (>= 0.19.0), paradox (>= 1.0.1), R6, riskRegression, survdistr (>= 0.0.3), survival Suggests: lgr, mirai, testthat (>= 3.0.0) ByteCompile: true Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE, r6 = TRUE) RoxygenNote: 7.3.3 Collate: 'LearnerCompRisks.R' 'aaa.R' 'LearnerCompRisksAalenJohansen.R' 'LearnerCompRisksFineGray.R' 'MeasureCompRisks.R' 'MeasureCompRisksAUC.R' 'MeasureCompRisksBrierScore.R' 'PredictionCompRisks.R' 'PredictionDataCompRisks.R' 'TaskCompRisks.R' 'Task_pbc.R' 'as_prediction_cmprsk.R' 'as_task_cmprisk.R' 'assertions.R' 'bibentries.R' 'default_fallback.R' 'helpers.R' 'zzz.R' Config/pak/sysreqs: cmake make libicu-dev libuv1-dev Repository: https://mlr-org.r-universe.dev Date/Publication: 2026-04-11 13:04:27 UTC RemoteUrl: https://github.com/mlr-org/mlr3cmprsk RemoteRef: v0.0.5 RemoteSha: de51006a1e417469a34d365763b201110e2966cf NeedsCompilation: no Packaged: 2026-07-11 09:09:49 UTC; root Author: John Zobolas [cre, aut] (ORCID: ), Andrzej Galecki [ctb] (ORCID: ) Maintainer: John Zobolas