Nothing
test_that("pydeps", {
skip_if_no_py()
skip_on_cran()
expect_true(reticulate::py_module_available("numpy"))
expect_true(reticulate::py_module_available("scipy"))
expect_true(reticulate::py_module_available("pandas"))
expect_true(reticulate::py_module_available("rainbow"))
expect_true(reticulate::py_module_available("src"))
})
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.