Nothing
test_that("credit_roles() returns CRediT roles", {
expect_snapshot(credit_roles())
expect_snapshot(credit_roles(oxford_spelling = FALSE))
})
# Errors ----
test_that("credit_roles() gives meaningful error messages", {
expect_snapshot({
credit_roles(oxford_spelling = 1)
}, error = TRUE)
})
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.