tests/testthat.R

library(testthat)
library(curl)

# Comply with CRAN policy: skip tests if no internet
if(curl::has_internet()){
  test_check("curl")
}

Try the curl package in your browser

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

curl documentation built on May 29, 2024, 2:29 a.m.