-
Notifications
You must be signed in to change notification settings - Fork 27
/
DESCRIPTION
51 lines (51 loc) · 1.24 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
Package: dials
Title: Tools for Creating Tuning Parameter Values
Version: 1.3.0.9000
Authors@R: c(
person("Max", "Kuhn", , "[email protected]", role = "aut"),
person("Hannah", "Frick", , "[email protected]", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Many models contain tuning parameters (i.e. parameters that
cannot be directly estimated from the data). These tools can be used
to define objects for creating, simulating, or validating values for
such parameters.
License: MIT + file LICENSE
URL: https://dials.tidymodels.org, https://github.com/tidymodels/dials
BugReports: https://github.com/tidymodels/dials/issues
Depends:
R (>= 3.4),
scales (>= 1.3.0)
Imports:
cli,
DiceDesign,
dplyr (>= 0.8.5),
glue,
hardhat (>= 1.1.0),
lifecycle,
pillar,
purrr,
rlang (>= 1.1.0),
sfd,
tibble,
utils,
vctrs (>= 0.3.8),
withr
Suggests:
covr,
ggplot2,
kernlab,
knitr,
rmarkdown,
rpart,
testthat (>= 3.1.9),
xml2
VignetteBuilder:
knitr
ByteCompile: true
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2