Nothing
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#+++ call testthat unit tests in directory inst\tests +++
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
if (require("testthat", quietly = TRUE)) {
pkg <- "bigleaf"
#library(pkg, character.only = TRUE)
#test_package(pkg)
test_check(pkg)
} else {
warning("cannot run unit tests -- package testthat is not available")
}
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.