Nothing
library(testthat)
# Source all R files since package may not be installed
r_files <- list.files("../../R", pattern = "\\.R$", full.names = TRUE)
for (file in r_files) {
source(file, local = FALSE)
}
test_check("pricesensitivitymeter")
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.