Nothing
library(DependencyReviewer)
library(testthat)
library(withr)
# Set R_USER_CAHCE_DIR to tmpfile for tests
local_envvar(
R_USER_CACHE_DIR = tempfile()
)
# Test with base
test_that("base", {
skip_if_offline()
expect_message(checkDependencies(packageName = "base"))
})
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.