Nothing
The testing suite uses the testthat R framework for testing. Here are the steps to run tests.
To run all tests: devtools::test()
To run an individual test, run the following:
library("FIESTA")
library("testthat")
testthat::test_file("tests/testthat/test-{testname}.R")
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.