Nothing
testthat::test_that("micromamba not on system", {
withr::with_path(
new = getwd(),
code = {
umamba_sys_path <- micromamba_user_installed()
},
action = "replace"
)
testthat::expect_true(umamba_sys_path == "")
})
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.