Nothing
# Let warnings fail loud
library(testthat)
library(raveio)
if( is_on_cran(verbose = TRUE) ) {
message("Detected CRAN, using max 2 cores and suppress tests/examples that are time-consuming")
} else {
message("Testing locally, run extra tests with multiple cores")
}
print(Sys.getenv())
test_check("raveio")
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.