R/cran-hacks.R

Defines functions dummy

#' @importFrom progress progress_bar
#' @importFrom dbplyr translate_sql
dummy <- function(){
  # dbplyr is required for the database backend, but is only suggested by dplyr
  # Consequently, functions use dplyr
  x <- 2
  dbplyr::translate_sql(x + 1)
  progress::progress_bar$new(total = 100)
  NULL
}

Try the rfishbase package in your browser

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

rfishbase documentation built on June 7, 2023, 6:14 p.m.