tests/testthat/test-droplets.R

# tests for droplets
context("droplets")

test_that("httr curl options work", {
	skip_on_cran()

  library("httr")
  expect_error(droplets(config = timeout(seconds = 0.001)))
})

Try the analogsea package in your browser

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

analogsea documentation built on April 20, 2023, 1:34 a.m.