tests/skip-download.R

# To run download functions you need an internet connection.
# pref a fast one
skip_download = function() {
  if(!curl::has_internet() |
     identical(Sys.getenv("DONT_DOWNLOAD_ANYTHING"), "true"))
    skip("No connection to run download function.")
}

Try the stats19 package in your browser

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

stats19 documentation built on Sept. 11, 2024, 6:08 p.m.