Nothing
skip_on_old_win <- function() {
if (getRversion() < "4.4.0" && .Platform$OS.type == "windows") {
testthat::skip("Skipping test on Windows with R version < 4.4.0")
}
}
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.