Skip to content

Commit 31ae0fc

Browse files
committed
Fix defunct links
1 parent 859d9a5 commit 31ae0fc

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

R/lf_inflator.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#' @importFrom grattanInflators lf_inflator
2-
#' @name lf_inflator
32
#' @export lf_inflator
43
grattanInflators::lf_inflator
54

R/project.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#' @param forecast.dots A list containing parameters to be passed to \code{generic_inflator}.
1111
#' @param wage.series See \code{\link{wage_inflator}}. Note that the \code{Sw_amt}
1212
#' will uprated by \code{\link{differentially_uprate_wage}} (if requested).
13-
#' @param lf.series See \code{\link{lf_inflator_fy}}.
13+
#' @param lf.series See \code{\link{lf_inflator}}.
1414
#' @param use_age_pop_forecast Should the inflation of the number of taxpayers be
1515
#' moderated by the number of resident persons born in a certain year? If \code{TRUE},
1616
#' younger ages will grow at a slightly higher rate beyond 2018 than older ages.
@@ -64,7 +64,7 @@
6464
#' \item{inflated using \code{\link{differentially_uprate_wage}}.}{\code{Sw_amt}}
6565
#' \item{inflated using \code{\link{wage_inflator}}}{\code{Alow_ben_amt}, \code{ETP_txbl_amt}, \code{Rptbl_Empr_spr_cont_amt}, \code{Non_emp_spr_amt}, \code{MCS_Emplr_Contr}, \code{MCS_Prsnl_Contr}, \code{MCS_Othr_Contr}}
6666
#' \item{inflated using \code{\link{cpi_inflator}}}{\code{WRE_car_amt}, \code{WRE_trvl_amt}, \code{WRE_uniform_amt}, \code{WRE_self_amt}, \code{WRE_other_amt}}
67-
#' \item{inflated by \code{\link{lf_inflator_fy}}}{\code{WEIGHT}}
67+
#' \item{inflated by \code{\link{lf_inflator}}}{\code{WEIGHT}}
6868
#' \item{inflated by \code{\link{CG_inflator}}}{\code{Net_CG_amt}, \code{Tot_CY_CG_amt}}
6969
#' }
7070
#'

man/project.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/reexports.Rd

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)