R/epp.R

#' \code{epp} package
#' 
#' Evaluation of Proximity Programs
#'
#' See the README on
#' \href{https://github.com/RichDeto/EPP/blob/master/README.md}{Github}
#'
#' @docType package
#' @name epp
NULL

## quiets concerns of R CMD check re: the .'s that appear in pipelines
if (getRversion() >= "2.15.1") utils::globalVariables(c(".hasSlot", "x", "y", "weight",
                                                        "medianx", "mediany", "p_weight",
                                                        "p_dist", "cubre", "dist", "median", "crds", 
                                                        "capacity", "pop", "id", "centers", 
                                                        "used_cap", ".x"))

Try the EPP package in your browser

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

EPP documentation built on Jan. 25, 2022, 5:07 p.m.