new_no_package_error <- function(...) { cnd <- new_error(...) class(cnd) <- c("package_not_found_error", class(cnd)) cnd }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.