-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.09 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
Package: scaleParetoImputeMin
Type: Package
Title: Recipes pareto scaling and impute missing values using scaled min/max
Version: 0.1.0
Authors@R:
c(person(given = "Myles",
family = "Gardner",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5202-3138")),
person("Signature Science, LLC",
role = "cph")
)
Maintainer: Myles Gardner <[email protected]>
Description: R package to perform pareto scaling (square root of standard
deviation), imputing minimums by a scalar, and imputing maximums within the
recipes framework.
License: GPL-3 + file LICENSE
URL: https://github.com/signaturescience/scaleParetoImputeMin
BugReports: https://github.com/signaturescience/scaleParetoImputeMin/issues
Encoding: UTF-8
LazyData: true
LazyDataCompression: gzip
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
R (>= 4.2),
biocViews:
Software
Imports:
generics,
glue,
purrr,
recipes,
rlang,
stats,
tibble,
vctrs
Suggests:
modeldata