Skip to content

Commit 9556637

Browse files
committed
upload version 2.5.4 to CRAN
1 parent 2cfbca3 commit 9556637

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Description: Estimate significance of importance metrics
77
metrics for each predictor variable and p-value of
88
observed. Provides summary and visualization functions for 'randomForest'
99
results.
10-
Version: 2.5.3
10+
Version: 2.5.4
1111
Authors@R: c(
1212
EA = person("Eric", "Archer", email = "eric.archer@noaa.gov", role = c("aut", "cre")))
1313
URL: https://github.com/EricArcher/rfPermute
1414
BugReports: https://github.com/EricArcher/rfPermute/issues
1515
Depends:
16-
R (>= 4.0.0)
16+
R (>= 4.1.0)
1717
Imports:
1818
abind (>= 1.4),
1919
dplyr (>= 1.0),

R/plotProximity.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#'
3232
#' @return a list with:
3333
#' \item{prox.mds}{the MDS scores of the selected dimensions}
34-
#' \item{g}{\code{\link{ggplot}} object}
34+
#' \item{g}{a \code{ggplot2} object}
3535
#'
3636
#' @author Eric Archer \email{eric.archer@@noaa.gov}
3737
#'

R/rfPermute.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#' model by permuting the response variable. Produces null distribution of
55
#' importance metrics for each predictor variable and p-value of observed.
66
#'
7-
#' @param x,y,formula,data,subset,na.action,\dots See \code{\link{randomForest}}
7+
#' @param x,y,formula,data,subset,na.action,\dots See \code{\link[randomForest]{randomForest}}
88
#' for definitions. In \code{as.randomForest} this is either a
99
#' \code{randomForest} or \code{rfPermute} object to be converted to a
1010
#' \code{randomForest} object.

R/summary.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#'
2929
summary.randomForest <- function(object, ...) {
3030
print(object, ...)
31-
print(plotTrace(object, plot = F))
31+
print(plotTrace(object, plot = FALSE))
3232
}
3333

3434
#' @rdname summary

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ devtools::install_github('EricArcher/rfPermute')
5959

6060
## Changelog
6161

62-
### version 2.5.3 (devel)
62+
### version 2.5.4 (on CRAN)
6363

6464
* fixed print.rfPermute output for regression models.
6565

66-
### version 2.5.2 (CRAN)
66+
### version 2.5.2
6767

6868
* fixed bug in plotImportance heatmap to now properly choose top rather than bottom `n` predictors.
6969
* update package documentation for CRAN

man/plotProximity.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/rfPermute.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)