Nothing
library(testthat)
library(text)
test_that("UNinstalling text", {
skip_on_cran()
if (Sys.info()["sysname"] == "Darwin" | Sys.info()["sysname"] == "Windows") {
text::textrpp_uninstall(
prompt = FALSE,
envname = "test_ok")
}
x_ok <- 1
expect_equal(x_ok, 1)
})
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.