Package: mlr3inferr Title: Inference on the Generalization Error Version: 0.2.0.9000 Authors@R: c( person("Sebastian", "Fischer", , "sebf.fischer@gmail.com", role = c("cre", "aut"), comment = c(ORCID = "0000-0002-9609-3197")), person("Hannah", "Schulz-Kümpel", , "hannah.kuempel@stat.uni-muenchen.de", role = "aut", comment = c(ORCID = "0000-0003-3972-8392")) ) Description: Confidence interval and resampling methods for inference on the generalization error. License: LGPL-3 URL: https://mlr3inferr.mlr-org.com, https://github.com/mlr-org/mlr3inferr BugReports: https://github.com/mlr-org/mlr3inferr/issues Depends: mlr3 (>= 1.1.0), R (>= 3.1.0) Imports: checkmate, data.table, future, lgr, mlr3measures, mlr3misc, paradox, R6, withr Suggests: rpart, testthat (>= 3.0.0) Config/testthat/edition: 3 Encoding: UTF-8 NeedsCompilation: no Roxygen: list(markdown = TRUE, r6 = TRUE) RoxygenNote: 7.3.2.9000 Collate: 'MeasureAbstractCi.R' 'aaa.R' 'MeasureCi.R' 'MeasureCiConZ.R' 'MeasureCiCorT.R' 'MeasureCiHoldout.R' 'MeasureCiNestedCV.R' 'MeasureCiWaldCV.R' 'ResamplingNestedCV.R' 'ResamplingPairedSubsampling.R' 'bibentries.R' 'zzz.R' Repository: https://mlr-org.r-universe.dev Date/Publication: 2025-11-26 10:20:48 UTC RemoteUrl: https://github.com/mlr-org/mlr3inferr RemoteRef: v0.2.1 RemoteSha: 18a5299056a8e59f2cf010c7eff8785a2c525802 Packaged: 2026-07-11 09:06:57 UTC; root Author: Sebastian Fischer [cre, aut] (ORCID: ), Hannah Schulz-Kümpel [aut] (ORCID: ) Maintainer: Sebastian Fischer