#' \code{mndredge} package
#'
#' Data Dredging routines in R
#'
#' See the README on
#' \href{https://github.com/markanewman/mndredge#readme}{GitHub}
#'
#' @docType package
#' @name mndredge
#'
#' @importFrom dplyr arrange
#' @importFrom dplyr desc
#' @importFrom dplyr filter
#' @importFrom dplyr pull
#' @importFrom dplyr tally
#' @importFrom foreach %dopar%
#' @importFrom foreach foreach
#' @importFrom iterators iter
#' @importFrom magrittr %>%
#' @importFrom magrittr set_colnames
#' @importFrom magrittr set_rownames
#' @importFrom mnmacros apply_bcskew0
#' @importFrom stats as.formula
#' @importFrom stats cor
#' @importFrom stats cor.test
#' @importFrom stats lm
#' @importFrom tibble add_column
#' @importFrom tibble as_tibble
#' @importFrom tibble is.tibble
#' @importFrom utils combn
NULL
## quiets concerns of R CMD check re: the .'s that appear in pipelines
## https://github.com/tidyverse/magrittr/issues/29#issuecomment-74316480
if(getRversion() >= "2.15.1") utils::globalVariables(c("."))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.