-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.3 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Package: workboots
Title: Generate Bootstrap Prediction Intervals from a 'tidymodels' Workflow
Version: 0.2.1
Authors@R:
person(given = "Mark",
family = "Rieke",
role = c("aut", "cre"),
email = "[email protected]")
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,
https://markjrieke.github.io/workboots/
BugReports: https://github.com/markjrieke/workboots/issues
Imports:
assertthat,
dplyr,
generics,
lifecycle,
Metrics,
purrr,
rlang,
rsample,
stats,
tibble,
tidyr,
vip (>= 0.4.1),
workflows
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
forcats,
ggplot2,
kknn,
knitr,
readr,
recipes,
rmarkdown,
scales,
testthat (>= 3.0.0),
tidymodels,
tune,
xgboost
VignetteBuilder: knitr
Config/testthat/edition: 3
Depends:
R (>= 2.10)