R/mndredge.r

#' \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("."))
markanewman/mndredge documentation built on May 9, 2019, 5:52 a.m.