R/homodatum-package.R

#' @keywords internal
#' @import vctrs
"_PACKAGE"


#' vctrs compatibility functions for math, casting, coercion, and comparison
#'
#' These functions are the extensions that allow debkeepr vectors to
#' work with vctrs.
#'
#' @param x,y Vectors.
#' @param op Arithmetic operation.
#' @param to Type to cast to.
#' @param ... Arguments passed on to further methods.
#' @param .fn Mathematical function.
#' @param .x Vector.
#'
#' @name vctrs-compat
#'
NULL


## usethis namespace: start
#' @importFrom dplyr filter select slice pull
#' @importFrom lubridate ymd_hms
## usethis namespace: end
NULL
jpmarindiaz/homodatum documentation built on May 1, 2023, 7:24 p.m.