library(testthat)
library(hemibrainr)
conn=try(neuprint_login())
if(isFALSE(inherits(conn, 'try-error')) && isTRUE(conn$server=="https://neuprint.janelia.org")) {
Sys.setenv(SKIP_NP_SERVER_TESTS="FALSE")
} else {
Sys.setenv(SKIP_NP_SERVER_TESTS="TRUE")
}
test_check("hemibrainr")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.