Nothing
# ff tests that require being highly intentional about load/attach order, e.g. #3
library(bit)
if (isNamespaceLoaded("ff")) {
cat("ff must be unloaded initially for this test to WAI\n")
q("n")
}
chunk(1)
if (!requireNamespace("ff")) {
cat("ff failed to load\n")
q("n")
}
chunk(1)
# nolint next: undesirable_function_linter, unused_import_linter. It is used, by chunk().
if (!require("ff")) {
cat("ff failed to attach\n")
q("n")
}
chunk(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.