R/rfPermute-package.R

Defines functions .onAttach

#' \code{rfPermute} package
#' 
#' Random Forest Predictor Importance Significance and Model Diagnostics.
#' 
#' @aliases rfPermute-package NULL
#' @keywords internal 
"_PACKAGE"
#' 
#' @importFrom randomForest randomForest
#' @importFrom rlang .data
#' @importFrom magrittr %>%
#' @importFrom methods new
#' 
.onAttach <- function(libname, pkgname) {
  packageStartupMessage(
    "Welcome to rfPermute v", utils::packageVersion("rfPermute"), "\n",
    "See rfPermuteTutorial() for a guide to the package."
  )
}

Try the rfPermute package in your browser

Any scripts or data that you put into this service are public.

rfPermute documentation built on April 3, 2025, 9:40 p.m.