forked from tidymodels/dials
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
53 lines (53 loc) · 1.32 KB
/
DESCRIPTION
File metadata and controls
53 lines (53 loc) · 1.32 KB
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: dials
Title: Tools for Creating Tuning Parameter Values
Version: 1.4.0.9000
Authors@R: c(
person("Max", "Kuhn", , "max@posit.co", role = "aut"),
person("Hannah", "Frick", , "hannah@posit.co", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd"),
comment = c(ROR = "03wc8by49"))
)
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 (>= 4.1),
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
Config/usethis/last-upkeep: 2025-04-23
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2