### TESTS FOR GIOTTO ENVIRONMENT INSTALLATION
# --------------------------------------------------------------
# test_that("No Giotto environment exists", {
# # remove any preexisting giotto environment
# if (checkGiottoEnvironment() == T) {
# removeGiottoEnvironment()
# }
#
# expect_false(checkGiottoEnvironment())
# })
#
#
# test_that("Environment now exists", {
# # install environment
# installGiottoEnvironment()
#
# expect_true(checkGiottoEnvironment())
# })
#
#
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.