#' R file to run unit tests.
#'
#' Loads testthat and runs test_check on the apply303 package.
##
library(testthat)
library(apply303)
test_check("apply303")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.