Nothing
skip_if_no_stan <- function() {
testthat::skip_if_not_installed("cmdstanr")
testthat::skip_if_not(
lineagefreq::lfq_stan_available(),
message = "CmdStan not available"
)
}
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.