Package: mlr3inferr
Title: Inference on the Generalization Error
Version: 0.2.0
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
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'
Packaged: 2025-08-28 12:41:06 UTC; sebi
Author: Sebastian Fischer [cre, aut] (ORCID:
    <https://orcid.org/0000-0002-9609-3197>),
  Hannah Schulz-Kümpel [aut] (ORCID:
    <https://orcid.org/0000-0003-3972-8392>)
Maintainer: Sebastian Fischer <sebf.fischer@gmail.com>
Repository: CRAN
Date/Publication: 2025-08-28 13:10:08 UTC
Built: R 4.5.1; ; 2025-10-29 03:25:44 UTC; windows
