Skip to content

Commit

Permalink
Update link
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Jul 11, 2024
1 parent f185e62 commit b582b67
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit b582b67

Please sign in to comment.