Nothing
library(testthat)
if (identical(Sys.getenv("NOT_CRAN"), "true")) {
filter <- Sys.getenv("TESTTHAT_FILTER", unset = "")
if (identical(filter, "")) filter <- NULL
reporter <- MultiReporter$new(reporters = list(
CheckReporter$new(),
LocationReporter$new(),
SummaryReporter$new(show_praise = FALSE)
))
test_check("cuml", filter = filter, reporter = reporter)
}
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.