Nothing
start_test <- function() {
if (!requireNamespace("testthat", quietly = TRUE)) {
message("testthat package is not installed, please install it before running tests.")
return()
}
library(testthat)
test_check("consibiocloudclient")
}
library(consibiocloudclient)
start_test()
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.