-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
35 lines (35 loc) · 1008 Bytes
/
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
Package: desirability2
Title: Desirability Functions for Multiparameter Optimization
Version: 0.0.1.9000
Authors@R: c(
person(given = "Max", family = "Kuhn", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2402-136X")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: In-line functions for multivariate optimization via desirability
functions (Derringer and Suich, 1980, <doi:10.1080/00224065.1980.11980968>)
with easy use within `dplyr` pipelines.
License: MIT + file LICENSE
URL: https://desirability2.tidymodels.org,
https://github.com/tidymodels/desirability2
Depends:
R (>= 2.10)
Imports:
cli,
dplyr,
purrr,
rlang (>= 1.1.0),
stats,
tibble
Suggests:
covr,
ggplot2,
spelling,
testthat (>= 3.0.0)
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2