Nothing
test_that("expose_functions works with dryRun", {
funcode <- "
functions {
real rtn_real(real x) {
return x;
}
}"
expect_no_error(expose_stan_functions(stanc(model_code = funcode), dryRun = TRUE))
})
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.