-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.32 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
Package: rusranger
Title:
Modified ranger implementation to support random-under-sampling
Version: 0.0.4
Date: 2022-04-19
Description:
The random forest implementation of the ranger package is modified to
support random-under-sampling. Additional helper functions for
(nested)-cross-validation and diagnositc plots are also provided.
Authors@R:
c(
person(
given = "Sebastian", family = "Gibb",
email = "mail@sebastiangibb.de",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7406-4443")
),
person(
given = "Paul", family = "Ahrens",
email = "paul.ahrens@medizin.uni-leipzig.de",
role = c("aut")
),
person(
given = "Daniel", family = "Steinbach",
email = "daniel.steinbach@medizin.uni-leipzig.de",
role = c("aut")
)
)
Maintainer: Sebastian Gibb <mail@sebastiangibb.de>
Depends:
R (>= 4.1),
ranger,
ROCR,
future,
future.apply
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
License: GPL (>= 3)
LazyData: yes
URL: https://github.com/ampel-leipzig/rusranger
BugReports: https://github.com/ampel-leipzig/rusranger/issues/
Roxygen: list(markdown=TRUE)
RoxygenNote: 7.1.2
VignetteBuilder: knitr
Encoding: UTF-8
Config/testthat/edition: 3