R/investorr.R

#' \code{investorr} package
#'
#' Tools for portfolio optimization.
#'
#' See the README on
#' \href{https://github.com/rsquaredacademy/investorr}{GitHub}
#'
#' @docType package
#' @name investorr
NULL

## quiets concerns of R CMD check re: the .'s that appear in pipelines
if (getRversion() >= "2.15.1") {
  utils::globalVariables(c("."))
}
rsquaredacademy/investorr documentation built on May 14, 2019, 2:12 p.m.