-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
42 lines (42 loc) · 1.05 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
Package: tidy.outliers
Title: What the Package Does (One Line, Title Case)
Version: 0.3.0
Authors@R:
person(given = "Bruno",
family = "Carlin",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7701-2953"))
Description: Creates two tipes of tidy steps for outliers: "score" caluculation and outlier removal, the idea is that you can combine multiple scoring methods and use them easily on a workflows modeling case.
License: MIT + file LICENSE
Depends:
R (>= 4.0.0)
Suggests:
testthat (>= 3.0.0),
covr,
knitr,
rmarkdown,
tidymodels,
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://github.com/brunocarlin/tidy.outliers
BugReports: https://github.com/brunocarlin/tidy.outliers/issues
Imports:
recipes,
tibble,
rlang,
dials,
dplyr,
stats,
purrr,
h2o,
lookout,
outForest,
tidyr,
tune
Remotes:
sevvandi/lookout
VignetteBuilder: knitr