From b582b6763b867c28c661d75226307e6ef0e3e906 Mon Sep 17 00:00:00 2001 From: olivroy <52606734+olivroy@users.noreply.github.com> Date: Thu, 11 Jul 2024 13:54:41 -0400 Subject: [PATCH 1/3] Update link --- R/standalone-linked-version.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) From a92d781ea44a1f45b71a228c53b8f45564570a15 Mon Sep 17 00:00:00 2001 From: olivroy <52606734+olivroy@users.noreply.github.com> Date: Thu, 11 Jul 2024 19:33:52 -0400 Subject: [PATCH 2/3] Update standalone-downstream-deps.R --- R/standalone-downstream-deps.R | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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) From adf736eebe0446d94894112cd5437caccaa1f627 Mon Sep 17 00:00:00 2001 From: olivroy <52606734+olivroy@users.noreply.github.com> Date: Thu, 11 Jul 2024 19:41:21 -0400 Subject: [PATCH 3/3] Update date --- R/standalone-vctrs.R | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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()`. #