Skip to content

Commit a6a6d5f

Browse files
committed
Fixed some urls
1 parent 8b7381b commit a6a6d5f

12 files changed

+11
-31
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Imports:
3636
assertthat (>= 0.1),
3737
magrittr (>= 1.5),
3838
utils,
39-
RoxygenNote: 7.2.0
39+
RoxygenNote: 7.3.2
4040
Suggests:
4141
curl,
4242
fst (>= 0.8.4),

R/age_pension_age.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#' age_pension_age() # Current age of eligiblity
99
#' age_pension_age("1995-12-31")
1010
#' age_pension_age("2013-14")
11-
#' @source \url{https://guides.dss.gov.au/social-security-guide/3/4/1/10}
11+
#' @source \code{https://guides.dss.gov.au/social-security-guide/3/4/1/10}
1212
#' @export
1313

1414
age_pension_age <- function(when = Sys.Date(),

R/medicare_levy.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
#' If \code{sato} or \code{pto} are not \code{NULL} for such years, only \code{sato} is currently considered.
5959
#' Supplying \code{pto} independently is currently a warning.
6060
#'
61-
#' See \url{http://classic.austlii.edu.au/au/legis/cth/consol_act/mla1986131/}
61+
#' See \url{https://classic.austlii.edu.au/au/legis/cth/consol_act/mla1986131/}
6262
#' for the \emph{Medicare Levy Act 1986} (Cth).
6363
#'
6464
#' @export

R/small_business_tax_offset.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#' @param tax_discount If you do not wish to use the legislated discount rate from a particular \code{fy_year},
3838
#' you can specify it via \code{tax_discount}. If both are provided, \code{tax_discount} prevails, with a warning.
3939
#' @source
40-
#' Basic income tax method s4-10(3) \url{http://classic.austlii.edu.au/au/legis/cth/consol_act/itaa1997240/s4.10.html}.
40+
#' Basic income tax method s4-10(3) \url{https://classic.austlii.edu.au/au/legis/cth/consol_act/itaa1997240/s4.10.html}.
4141
#' Explanatory memorandum \url{https://github.com/HughParsonage/grattan/blob/master/data-raw/parlinfo/small-biz-explanatory-memo-2015.pdf} from the original \verb{http://parlinfo.aph.gov.au/parlInfo/download/legislation/ems/r5494_ems_0a26ca86-9c3f-4ffa-9b81-219ac09be454/upload_pdf/503041.pdf}.
4242
#' @export
4343

man/age_pension_age.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/apply_super_caps_and_div293.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/grattan-package.Rd

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

man/inverse_average_rate.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/lf_inflator.Rd

Lines changed: 0 additions & 19 deletions
This file was deleted.

man/medicare_levy.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)