Nothing
skip_if_not_installed("vcr")
wood_clear_cache()
# SETUP ----
pkgs <- c("versionsort", "gglgbtq", "woodendesc")
vcr::use_cassette("mixed-deps", {
mixed_deps <- wood_dependencies(pkgs, repos = c("cran", "local#all"))
})
# TESTS ----
test_list_of(mixed_deps, pkgs, test_dependencies)
test_param_packages(wood_dependencies)
test_param_repos(wood_dependencies, packages = c("versionsort", "gglgbtq"))
test_that("returns a 'wood_dep_list' object", {
expect_s3_class(mixed_deps, "wood_dep_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.