R/xxx_small_import_fix.R

Defines functions fix_s7 fix_r6

# 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()
}

Try the csdb package in your browser

Any scripts or data that you put into this service are public.

csdb documentation built on Aug. 18, 2025, 5:13 p.m.