Package: nestedmodels
Title: Tidy Modelling for Nested Data
Version: 1.1.0
Authors@R: c(
    person("Ashby", "Thorpe", , "ashbythorpe@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-3106-099X")),
    person("Hadley", "Wickham", , "hadley@rstudio.com", role = "ctb",
           comment = c(ORCID = "0000-0003-4757-117X")))
Description: A modelling framework for nested data using the 'tidymodels' 
    ecosystem. Specify how to nest data using the 'recipes' package, create 
    testing and training splits using 'rsample', and fit models to this data
    using the 'parsnip' and 'workflows' packages. Allows any model to be fit
    to nested data.
License: MIT + file LICENSE
URL: https://github.com/ashbythorpe/nestedmodels,
        https://ashbythorpe.github.io/nestedmodels/
BugReports: https://github.com/ashbythorpe/nestedmodels/issues
Depends: R (>= 2.10)
Imports: cli, dplyr, foreach, generics, ggplot2, lifecycle, magrittr,
        parsnip, purrr, recipes, rlang (>= 0.4.11), rsample, stats,
        stringr, tibble, tidyr (> 0.8.99), vctrs
Suggests: broom, covr, doParallel, ggrepel, glmnet, glue, hardhat,
        knitr, parallel, patchwork, rmarkdown, roxygen2, testthat (>=
        3.0.0), tidyselect, tune, utils, vdiffr, withr, workflows
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
LazyData: true
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-09-30 10:40:39 UTC; ashbythorpe
Author: Ashby Thorpe [aut, cre] (<https://orcid.org/0000-0003-3106-099X>),
  Hadley Wickham [ctb] (<https://orcid.org/0000-0003-4757-117X>)
Maintainer: Ashby Thorpe <ashbythorpe@gmail.com>
Repository: CRAN
Date/Publication: 2023-09-30 11:00:02 UTC
Built: R 4.2.0; ; 2023-10-09 08:47:35 UTC; unix
