Nothing
# Extracted from test-extensions.R:354
# setup ------------------------------------------------------------------------
library(testthat)
test_env <- simulate_test_env(package = "quak", path = "..")
attach(test_env, warn.conflicts = FALSE)
# test -------------------------------------------------------------------------
skip_on_cran()
conn <- local_ext_conn()
info <- conn_info(conn)
cache <- ext_cache(withr::local_tempdir())
expect_null(cache$get("json", info$version, info$platform))
ext_install_manual("json", cache = cache, conn = conn)
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.