tests/testthat.R

library(testthat)
library(curl)

# Comply with CRAN policy: skip tests if no internet
if(curl::has_internet()){
  test_check("curl")
}
jeroenooms/curl documentation built on May 9, 2024, 2:13 p.m.