Nothing
#' \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."
)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.