Nothing
context("modules")
test_that("modules can be imported, printed with 'as'", {
skip_on_cran()
# previously failed when attempting to print the module
# https://github.com/rstudio/reticulate/issues/631
module <- import("time", as = "t")
expect_output(print(module), "Module(time)", fixed = TRUE)
expect_true(inherits(module, "python.builtin.module"))
})
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.