Nothing
# odbc isn't getting recognized within the R6 classes
# and the CRAN checks are therefore throwing an error
fix_r6 <- function(){
odbc::odbc()
}
# dplyr and csutil isn't getting recognized within the S7 methods
# and the CRAN checks are therefore throwing an error
fix_s7 <- function(){
csutil::easy_split()
dplyr::filter()
}
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.