Nothing
test_that("list packages on absent environment", {
testthat::skip_if_offline()
testthat::skip_on_cran()
testthat::expect_error(
object = {
list_packages(env_name = "non-existing-env")
},
class = "condathis_list_packages_missing_env"
)
})
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.