Nothing
# Entry point for running native .arl test files
thin <- make_cran_thinner()
test_that("native tests run successfully", {
thin()
# Find the native tests directory relative to this test file
test_dir <- testthat::test_path("..", "native")
run_native_tests(test_dir)
})
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.