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

Try the mapscanner package in your browser

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

mapscanner documentation built on Sept. 11, 2024, 7:30 p.m.