Nothing
library(ctsem)
library(testthat)
test_that("ctModelCoverage_check generation cores default to fit_cores", {
expect_identical(
formals(ctModelCoverage_check)$generate_cores,
quote(fit_cores)
)
})
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.