Nothing
skip_if_no_pylearn_parsimony <- function() {
if (!"pylearn-parsimony" %in% reticulate::py_list_packages()$package)
skip("pylearn_parsimony not available for testing")
}
skip_if_no_python <- function(verbose = FALSE) {
if (!reticulate::py_available())
skip("Python not available for testing")
}
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.