library(testthat, quietly = TRUE)
library(FamModel, quietly = TRUE)
withr::with_envvar(
new = c("R_CMD_CHECK" = "true"),
test_check(
"FamModel",
reporter = MultiReporter$new(list(TapReporter$new(), CheckReporter$new()))
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.