R/import.R

#' @import coda
#' @importFrom dplyr
#'   .data
#'   %>%
#'   across
#'   any_of
#'   desc
#'   everything
#'   n
#' @importFrom ggplot2
#'   aes
#'   aes_string
#'   element_text
#'   geom_errorbar
#'   geom_line
#'   geom_point
#'   ggplot
#'   labs
#'   scale_x_continuous
#'   theme
#' @importFrom rlang :=
#' @importFrom stats
#'   pnorm
#'   quantile
#'   rbinom
#'   rnorm
#'   dbinom
#'   dnorm
#'   var
#'   qnorm
utils::globalVariables(c(".")) # remove binding notes

Try the dreamer package in your browser

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

dreamer documentation built on Sept. 1, 2022, 5:05 p.m.