R/meplotR.R

#' \code{meplotR} package
#'
#' Main Effect Plots for Wide Data Package
#'
#' See the README on \href{https://github.com/dylanjm/meplotR/blob/master/README.md}{GitHub}
#'
#' @docType package
#' @name meplotR
#' @importFrom dplyr %>%
NULL

## quiets concerns of R CMD check re: the .'s that appear in pipelines
if(getRversion() >= "2.15.1")  utils::globalVariables(c("."))
dylanjm/meplotR documentation built on May 9, 2019, 1:08 a.m.