R/mapscanner-package.R

#' @importFrom Rcpp evalCpp
#' @importFrom memoise memoise
#' @importFrom RNiftyReg niftyreg
#' @useDynLib mapscanner, .registration = TRUE
#' @keywords internal
"_PACKAGE"

#' Pipe operator
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL

# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
## usethis namespace: end
NULL
ropensci/mapscanner documentation built on Feb. 8, 2025, 10:33 p.m.