library(testthat)
library(namsor)
httr::set_config(httr::config(ssl_verifypeer = 0L))
if (Sys.getenv("API_KEY") == '') {
warnings("The environment variable `API_KEY` not setup properly. Tests Skipped")
} else {
test_check("namsor")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.