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