R/hpiR.R

#' hpiR: A package for house price indexes
#'
#' House Price Indexes in R: A set of tools to create house price indexes and analyze
#' their various performance metrics.
#'
#' @docType package
#' @name hpiR
## quiets concerns of R CMD check re: the .'s that appear in pipelines
if(getRversion() >= "2.15.1")  utils::globalVariables(c("."))
NULL
andykrause/hpiR documentation built on Feb. 2, 2024, 8:13 p.m.