-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathDESCRIPTION
38 lines (38 loc) · 919 Bytes
/
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
Package: ggRandomForests
Type: Package
Title: Visually Exploring Random Forests
Version: 2.2.1
Date: 2022-08-31
Author: John Ehrlinger <john.ehrlinger@gmail.com>
Maintainer: John Ehrlinger <john.ehrlinger@gmail.com>
License: GPL (>=3)
Encoding: UTF-8
Language: en-US
URL: https://github.com/ehrlinger/ggRandomForests
BugReports: https://github.com/ehrlinger/ggRandomForests/issues
Description: Graphic elements for exploring Random Forests using the 'randomForest' or
'randomForestSRC' package for survival, regression and classification forests and
'ggplot2' package plotting.
Depends:
R (>= 3.5.0),
randomForestSRC (>= 1.5.5),
randomForest
Imports:
survival,
parallel,
tidyr,
ggplot2
Suggests:
testthat,
rmdformats,
bookdown,
RColorBrewer,
MASS,
dplyr,
knitr,
rmarkdown,
plotly,
lintr,
datasets
RoxygenNote: 7.3.2
VignetteBuilder: knitr