R/imports.R

Defines functions .dummy

#' @importFrom rlang %||% .data
NULL

.dummy <- function() {
  ## suncalc and dplyr functions are called in object created at
  ## installtime (AnnotateDaylight). It causes problems during checks, so
  ## refer to them in a dummy function to pass checks...
  suncalc::getSunlightTimes
  dplyr::mutate
}

Try the gghourglass package in your browser

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

gghourglass documentation built on April 11, 2025, 5:53 p.m.