Nothing
test_that("Misc functions work as expected", {
skip_on_cran()
expect_message(rgovcan:::msgError("Error"), "Error")
expect_message(rgovcan:::msgSuccess("Success"), "Success")
expect_message(rgovcan:::msgWarning("Warning"), "Warning")
expect_true(is.na(rgovcan:::null_to_na(NULL)))
expect_identical(rgovcan:::null_to_na(list(NULL, NULL)), list(NA, NA))
})
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.