Nothing
testthat::test_that("rfold works as expected", {
testthat::expect_error(
object = {
rfold::rfold(folders_to_ignore = "dont_exist")
},
regexp = "The following directories do not exist. Can't ignore them: dont_exist"
)
testthat::expect_error(
object = {
rfold::rfold(script_name_prefix = c("pref1", "pref2"))
},
regexp = "script_name_prefix must be of length 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.