if(requireNamespace("tinytest", quietly = TRUE)) {
set.seed(42)
home <- length(unclass(packageVersion("BVAR"))[[1]]) == 4 # 0.0.0.9000
# home <- TRUE
if(home) { # Only run locally, let CRAN test examples and the vignette
tinytest::test_package("BVAR", at_home = home, pattern = "^.*\\.[rR]$")
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.