Nothing
skip_if_not_installed("vcr")
wood_clear_cache()
# SETUP ----
pkgs <- c("versionsort", "gglgbtq", "woodendesc")
vcr::use_cassette("mixed-versions", {
mixed_versions <- wood_versions(pkgs, repos = c("local#all", "cran"))
})
# TESTS ----
test_list_of(mixed_versions, pkgs, test_versions)
test_param_packages(wood_versions)
test_param_repos(wood_versions, packages = c("versionsort", "gglgbtq"))
# TODO: maybe add test whether version codes are sorted?
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.