Package: workboots
Title: Generate Bootstrap Prediction Intervals from a 'tidymodels'
        Workflow
Version: 0.1.0
Authors@R: 
    person(given = "Mark",
           family = "Rieke",
           role = c("aut", "cre"),
           email = "markjrieke@gmail.com")
Description: Provides functions for generating bootstrap prediction
    intervals from a 'tidymodels' workflow. 'tidymodels'
    <https://www.tidymodels.org/> is a collection of packages for modeling
    and machine learning using 'tidyverse' <https://www.tidyverse.org/>
    principles. This package is not affiliated with or maintained by
    'RStudio' or the 'tidymodels' maintainers.
License: MIT + file LICENSE
URL: https://github.com/markjrieke/workboots
BugReports: https://github.com/markjrieke/workboots/issues
Imports: assertthat, dplyr, generics, purrr, rlang, rsample, stats,
        tibble, tidyr, vip, workflows
Encoding: UTF-8
RoxygenNote: 7.1.2
Suggests: ggplot2, knitr, recipes, rmarkdown, testthat (>= 3.0.0),
        tidymodels, tune, xgboost
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-03-07 19:37:09 UTC; E1735399
Author: Mark Rieke [aut, cre]
Maintainer: Mark Rieke <markjrieke@gmail.com>
Repository: CRAN
Date/Publication: 2022-03-09 09:20:02 UTC
Built: R 4.0.5; ; 2022-03-10 12:14:07 UTC; unix
