R/ausBeerTax.R

#' \code{ausBeerTax} package
#'
#' Functions to calculate the tax on your beer
#'
#' @docType package
#' @name ausBeerTax
NULL

## quiets concerns of R CMD check re: the .'s that appear in pipelines
if(getRversion() >= "2.15.1") utils::globalVariables(c("."))
SteveLane/ausBeerTax documentation built on May 30, 2019, 4:05 a.m.