R/zzz.R

Defines functions .onLoad

.onLoad <- function(...) {
  vctrs::s3_register("dplyr::filter", "nested_data")
  vctrs::s3_register("dplyr::filter", "nested_analysis")
  vctrs::s3_register("dplyr::slice", "nested_data")
  vctrs::s3_register("dplyr::slice", "nested_analysis")
  vctrs::s3_register("dplyr::arrange", "nested_data")
  vctrs::s3_register("dplyr::arrange", "nested_analysis")
  vctrs::s3_register("dplyr::mutate", "nested_data")
  vctrs::s3_register("dplyr::mutate", "nested_analysis")
}
paleolimbot/tidypaleo documentation built on Jan. 25, 2023, 2:43 a.m.