Package: multilevelmod Title: Model Wrappers for Multi-Level Models Version: 1.0.0.9000 Authors@R: c( person("Max", "Kuhn", , "max@posit.co", role = "aut", comment = c(ORCID = "0000-0003-2402-136X")), person("Hannah", "Frick", , "hannah@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6049-5258")), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) Description: Bindings for hierarchical regression models for use with the 'parsnip' package. Models include longitudinal generalized linear models (Liang and Zeger, 1986) , and mixed-effect models (Pinheiro and Bates) . License: MIT + file LICENSE URL: https://github.com/tidymodels/multilevelmod, http://multilevelmod.tidymodels.org/ Depends: parsnip (>= 1.0.0), R (>= 4.1) Imports: cli, dplyr, lme4, purrr, rlang, tibble, withr Suggests: covr, gee, ggplot2, knitr, nlme, rmarkdown, spelling, testthat (>= 3.0.0), tidymodels VignetteBuilder: knitr Config/Needs/website: tidymodels/tidymodels, tidyverse/tidytemplate Config/testthat/edition: 3 Config/usethis/last-upkeep: 2025-04-24 Encoding: UTF-8 Language: en-US LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/pak/sysreqs: cmake make libicu-dev Repository: https://tidymodels.r-universe.dev Date/Publication: 2026-04-14 13:41:10 UTC RemoteUrl: https://github.com/tidymodels/multilevelmod RemoteRef: HEAD RemoteSha: 41ecd54979985c7058b7f95869f3d17608930ca0 NeedsCompilation: no Packaged: 2026-06-13 07:21:43 UTC; root Author: Max Kuhn [aut] (ORCID: ), Hannah Frick [aut, cre] (ORCID: ), Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Hannah Frick