Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions R/standalone-downstream-deps.R
Original file line number Diff line number Diff line change
@@ -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
# ---
#
Expand All @@ -13,6 +13,10 @@
# outdated dep is being loaded.
#
# ## Changelog
#
# 2024-07-11
#
# * Correct link
#
# 2022-01-19:
#
Expand Down Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions R/standalone-linked-version.R
Original file line number Diff line number Diff line change
@@ -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)
# ---
Expand All @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions R/standalone-vctrs.R
Original file line number Diff line number Diff line change
@@ -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
# ---

Expand All @@ -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()`.
#
Expand Down