Nothing
test_that("roclet_clean", {
setwd("testPackage")
on.exit(setwd(".."))
if (length(list.files("tests/testthat", pattern = "test-doctest")) == 0L) {
suppressMessages(roxygenise(roclets = "doctest::dt_roclet"))
}
expect_message(
roclet_clean(dt_roclet(), ".")
)
expect_length(
list.files("tests/testthat", pattern = "test-doctest"),
0L
)
expect_length(
list.files("tests/testthat", pattern = "test-dont-delete"),
1L
)
})
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.