# vi: fdm=marker
# Script needed to run testthat automatically from ‘R CMD check’. See
# testthat::test_dir documentation.
library(testthat)
library(biodbUniprot)
Sys.setenv(TESTTHAT_REPORTER = "summary")
test_check("biodbUniprot")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.