Package: nadir
Type: Package
Title: Super Learning with Flexible Formulas
Version: 0.0.1
Authors@R: c(
    person("Christian", "Testa", , "ctesta@hsph.harvard.edu", role = c("aut", "cre"),
      comment = c(ORCID = "0000-0001-9103-5839")
    ),
    person("Nima", "Hejazi", , "", role = c('ths', 'aut'),
    comment = c(ORCID = '0000-0002-7127-2789')
    ))
Description: A functional programming based
    implementation of the super learner algorithm with an emphasis on supporting
    the use of formulas to specify learners. This approach offers several
    improvements compared to past implementations including the ability to 
    easily use random-effects specified in formulas 
    (like y ~ (age | strata) + ...) and construction of new learners is 
    as simple as writing and passing a new function. The 
    super learner algorithm was originally described in van der Laan et al.
    (2007) <https://biostats.bepress.com/ucbbiostat/paper222/>.
License: MIT + file LICENSE
Depends: R (>= 4.2.0)
Encoding: UTF-8
RoxygenNote: 7.3.2
Suggests: MASS, ggplot2, knitr, palmerpenguins, rmarkdown, survival,
        testthat (>= 3.0.0), withr
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: https://ctesta01.github.io/nadir/,
        https://github.com/ctesta01/nadir/
BugReports: https://github.com/ctesta01/nadir/issues
Imports: dplyr, earth, future, future.apply, gbm, glmnet, hal9001,
        lifecycle, lme4, methods, mgcv, nnet, nnls, origami,
        randomForest, ranger, tibble, tidyr, VGAM, xgboost
NeedsCompilation: no
Packaged: 2026-02-18 00:35:22 UTC; cht180
Author: Christian Testa [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-9103-5839>),
  Nima Hejazi [ths, aut] (ORCID: <https://orcid.org/0000-0002-7127-2789>)
Maintainer: Christian Testa <ctesta@hsph.harvard.edu>
Repository: CRAN
Date/Publication: 2026-02-20 10:30:07 UTC
Built: R 4.6.0; ; 2026-02-28 04:32:58 UTC; windows
