Nothing
test_that("check reading config works", {
# Check is the config file is available in the expected directory
testthat::skip_if_not(
condition = file.exists("./test-conf.envstat"),
message = "Config file not found"
)
# read the config file
config <- envstat:::read_config("test-conf.envstat")
# Run the tests
testthat::expect_type(config, "list")
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.