diff --git a/R/standalone-downstream-deps.R b/R/standalone-downstream-deps.R index 44e7848a6..0302e5ef1 100644 --- a/R/standalone-downstream-deps.R +++ b/R/standalone-downstream-deps.R @@ -1,7 +1,7 @@ # --- # repo: r-lib/rlang # file: standalone-downstream-deps.R -# last-updated: 2022-01-19 +# last-updated: 2024-07-11 # license: https://unlicense.org # --- # @@ -13,6 +13,10 @@ # outdated dep is being loaded. # # ## Changelog +# +# 2024-07-11 +# +# * Correct link # # 2022-01-19: # @@ -258,7 +262,7 @@ check_downstream <- function(ver, os <- tolower(Sys.info()[["sysname"]]) if (os == "windows") { - url <- "https://github.com/jennybc/what-they-forgot/issues/62" + url <- "https://github.com/rstats-wtf/what-they-forgot/issues/62" c( i = sprintf("Please update %s to the latest version.", pkg), i = sprintf("Updating packages on Windows requires precautions:\n <%s>", url) diff --git a/R/standalone-linked-version.R b/R/standalone-linked-version.R index 364518d44..51b5f3306 100644 --- a/R/standalone-linked-version.R +++ b/R/standalone-linked-version.R @@ -1,7 +1,7 @@ # --- # repo: r-lib/rlang # file: standalone-linked-version.R -# last-updated: 2022-05-26 +# last-updated: 2024-07-11 # license: https://unlicense.org # imports: rlang (>= 1.0.0) # --- @@ -16,7 +16,7 @@ check_linked_version <- local({ os <- tolower(Sys.info()[["sysname"]]) if (os == "windows") { - url <- "https://github.com/jennybc/what-they-forgot/issues/62" + url <- "https://github.com/rstats-wtf/what-they-forgot/issues/62" c( i = sprintf("Please update %s to the latest version.", pkg), i = sprintf("Updating packages on Windows requires precautions:\n <%s>", url) diff --git a/R/standalone-vctrs.R b/R/standalone-vctrs.R index 70b2e43ff..63a336d5f 100644 --- a/R/standalone-vctrs.R +++ b/R/standalone-vctrs.R @@ -1,7 +1,7 @@ # --- # repo: r-lib/rlang # file: standalone-vctrs.R -# last-updated: 2021-08-27 +# last-updated: 2024-04-17 # license: https://unlicense.org # --- @@ -16,11 +16,11 @@ # 2024-04-17: # * `vec_recycle_common()` throws intended error when `size = 1` but input # is larger. - +# # 2021-08-27: # * `vec_slice()` now preserves attributes of data frames and vectors. # * `vec_ptype2()` detects unspecified columns of data frames. - +# # 2021-08-26: # * Added compat for `vec_as_location()`. #