R/zzz.R

Defines functions `_dummy_`

`_dummy_` <- function() {
  # Make a dummy curl call to make R CMD check happy
  # {jsonlite} only suggests {curl}, but is needed for standard {chromote} usage
  # https://github.com/rstudio/chromote/issues/37
  curl::curl

  invisible()
}
rstudio/chromote documentation built on April 12, 2025, 6:58 p.m.