R/imports.R

#' @importFrom dplyr
#'   %>%
#'   .data
#'   across
#'   all_of
#'   any_of
#'   contains
#'   ends_with
#'   everything
#'   matches
#'   n
#'   starts_with
#'   bind_rows
#'   bind_cols
#' @importFrom ggplot2
#'   aes
#'   geom_line
#'   geom_point
#'   ggplot
#'   labs
#'   scale_x_continuous
#' @importFrom yodel
#'   posterior
#' @importFrom stats
#'   dnbinom
#'   model.matrix
#' @importFrom checkmate
#'   assertNamed
#'   assertNames
#'   assertNumeric
#'   assertSubset
#' @importFrom stringr
#'   word
#'   str_count
#'   str_replace_all
NULL

Try the beaver package in your browser

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

beaver documentation built on May 29, 2024, 1:49 a.m.