tests/testthat/test-schema.R

test_that("Function to show schema works", {

  # Needs internet
  skip_on_cran()
  skip_if_offline()

  # Download the docs and return
  expect_silent(x <- show_schema(verbose = FALSE, browser = FALSE))
  expect_type(x, "character")
  unlink("siconvr_docs", force = TRUE, recursive = TRUE)
})

Try the siconvr package in your browser

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

siconvr documentation built on May 18, 2021, 9:07 a.m.