-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathDESCRIPTION
More file actions
52 lines (52 loc) · 1.36 KB
/
DESCRIPTION
File metadata and controls
52 lines (52 loc) · 1.36 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
Package: applicable
Title: A Compilation of Applicability Domain Methods
Version: 0.2.1
Authors@R: c(
person("Marly", "Gotti", , "marlygotti@gmail.com", role = c("aut", "cre")),
person("Max", "Kuhn", , "max@posit.co", role = "aut"),
person("Posit Software, PBC", role = c("cph", "fnd"),
comment = c(ROR = "03wc8by49"))
)
Description: A modeling package compiling applicability domain methods in
R. It combines different methods to measure the amount of
extrapolation new samples can have from the training set. See
<doi:10.4018/IJQSPR.2016010102> for an overview of applicability
domains.
License: MIT + file LICENSE
URL: https://github.com/tidymodels/applicable,
https://applicable.tidymodels.org
BugReports: https://github.com/tidymodels/applicable/issues
Depends:
ggplot2 (>= 4.0.2),
R (>= 4.1)
Imports:
dplyr,
glue,
hardhat (>= 1.3.1),
Matrix,
proxyC,
purrr,
rlang,
stats,
tibble,
tidyr,
tidyselect,
utils
Suggests:
covr,
isotree (>= 0.6.1-1),
knitr,
modeldata,
recipes (>= 1.0.10),
rmarkdown,
spelling,
testthat (>= 3.0.0),
xml2
Config/Needs/website: tidyverse/tidytemplate, quarto
Config/testthat/edition: 3
Config/usethis/last-upkeep: 2026-02-19
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3