Nothing
library(testthat)
library(cSEM)
## force tests to be executed if in dev release which we define as
## having a sub-release, eg 0.9.15.5 is one whereas 0.9.16 is not
if(length(strsplit(packageDescription("cSEM")$Version, "\\.")[[1]]) > 3) {
test_check("cSEM")
}
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.