Nothing
needed_packages <- c("testthat", "vctrs", "mockery", "ROCR", "confcons")
missing_packages <- needed_packages[!vapply(X = needed_packages,
FUN = requireNamespace,
quietly = TRUE,
FUN.VALUE = logical(1))]
if (length(missing_packages) == 0) {
testthat::test_check("confcons")
}
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.