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()
}

Try the chromote package in your browser

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

chromote documentation built on Aug. 12, 2023, 1:06 a.m.