Nothing
# This script is for running tests in Docker, in Travis CI or locally.
install.packages("devtools")
devtools::install_local(".", dependencies = TRUE)
# Run the tests separately from the check command so that warnings are logged.
devtools::test()
devtools::check(args = "--no-tests")
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.