if (Sys.getenv("NOT_CRAN") == "true") {
library(testthat)
library(pkgdepends)
Sys.setenv(R_USER_CACHE_DIR = tempdir())
test_check("pkgdepends", reporter = "summary", filter = "scan-deps")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.