R/xplorerr.R

#' \code{xplorerr} package
#'
#' R Shiny app for interactive statistical analysis
#'
#' See the README on
#' \href{https://github.com/rsquaredacademy/xplorerr}{GitHub}
#'
#' @docType package
#' @keywords internal
#' @importFrom Rcpp sourceCpp
#' @useDynLib xplorerr
#' @name xplorerr
#' @aliases xplorerr-package
"_PACKAGE"

## quiets concerns of R CMD check re: the .'s that appear in pipelines
if(getRversion() >= "2.15.1")  utils::globalVariables(c(".",
  "descriptr", "dplyr", "ggplot2", "highcharter", "jsonlite", "lubridate",
  "magrittr", "plotly", "purrr", "rbokeh", "readr", "readxl", "scales",
  "shiny", "shinyBS", "shinythemes", "stringr", "tibble", "tidyr", "tools"))

Try the xplorerr package in your browser

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

xplorerr documentation built on Oct. 30, 2024, 9:09 a.m.