#' xpectr: A package for generating tests for \code{testthat} unit testing
#'
#' A set of utilities and RStudio addins for generating tests.
#'
#' @author Ludvig Renbo Olsen, \email{r-pkgs@@ludvigolsen.dk}
"_PACKAGE"
# R CMD check NOTE handling
if (getRversion() >= "2.15.1") utils::globalVariables(c("."))
# Never used, but removes R CMD check NOTEs
rcmd_import_handler <- function(){
lifecycle::deprecate_soft()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.