-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.29 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: applicable
Title: A Compilation of Applicability Domain Methods
Version: 0.0.1.1
Authors@R: c(
person("Marly", "Gotti", , "marlygotti@gmail.com", role = c("aut", "cre")),
person("Max", "Kuhn", , "max@posit.co", role = "aut"),
person(given = "Posit Software, PBC", role = c("cph", "fnd"))
)
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 Netzeva
et al (2005) <doi:10.1177/026119290503300209> 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,
R (>= 3.4)
Imports:
dplyr,
glue,
hardhat (>= 0.1.2),
Matrix,
proxyC,
purrr,
rlang,
stats,
tibble,
tidyr,
tidyselect,
utils
Suggests:
covr,
knitr,
modeldata,
recipes (>= 0.1.7),
rmarkdown,
spelling,
testthat (>= 3.0.0),
xml2
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3