Nothing
fullTest <- (Sys.getenv("_R_CHECK_FULL_") != "")
on_windows <- (.Platform[["OS.type"]] == "windows")
on_windows_32 <- (on_windows && .Platform[["r_arch"]] == "i386")
on_macos <- grepl("^darwin", R.version[["os"]])
on_solaris <- grepl("^solaris", R.version[["os"]])
covr_testing <- ("covr" %in% loadedNamespaces())
on_githubactions <- isTRUE(as.logical(Sys.getenv("GITHUB_ACTIONS")))
useXDR <- isTRUE(parallelly:::getOption2("parallelly.makeNodePSOCK.useXDR"))
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.