-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
37 lines (37 loc) · 1.15 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
Package: bespoke
Title: Manual Baseline Models
Version: 0.0.0.9000
Authors@R: c(
person("Jon", "Harmon", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4781-4346")),
person("Jonathan", "Bratt", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-2859-0076")),
person("Bedford Freeman & Worth Pub Grp LLC DBA Macmillan Learning", role = "cph")
)
Description: Create hand-crafted baseline models for use in the tidymodels
framework. These "models"" use user-supplied functions to make
predictions, but can be used (for example) in a tidymodels stack.
License: Apache License (>= 2)
URL: https://macmillancontentscience.github.io/bespoke/,
https://github.com/macmillancontentscience/bespoke
BugReports: https://github.com/macmillancontentscience/bespoke/issues
Imports:
hardhat,
rlang
Suggests:
covr,
knitr,
modeldata,
parsnip,
recipes,
rmarkdown,
rsample,
testthat (>= 3.0.0),
workflowsets
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2