Nothing
test_that("can compile a DLL and clean up afterwards", {
expect_error(compile_dll("testWithSrc", quiet = TRUE, register_routines = FALSE), NA)
clean_dll("testWithSrc")
expect_equal(dir("testWithSrc/src"), "add1.c")
})
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.