Nothing
#' @include lists.R prep_utils.R
#' @importFrom lintr lint_package
PREPS$tidyverse <- function(state, path = state$path, quiet) {
path <- normalizePath(path)
excl <- as.list(state$exclude_path %||% character())
run_prep_step(state, "tidyverse_lintr", function(path) {
suppressMessages(lint_package(path, exclusions = excl))
}, path = path, silent = quiet)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.