library(dtplyr)
library(testthat)
# old reporter for CMD checks
options(testthat.default_reporter = "summary")
#' To test in a local machine:
#' Sys.setenv(NOT_CRAN = "true"); test_dir("tests/testthat/")
#' OR
#' devtools::test()
#'
testthat::test_check("dtplyr")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.