Nothing
testthat::test_that("`f_auto_rules()` works", {
testthat::skip_on_cran()
df <- f_auto_rules()
testthat::expect_true(
is.data.frame(df)
)
testthat::expect_true(
all(df$name %in% ls(getNamespace("collinear"), all.names = 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.