Skip to content

Commit

Permalink
Use modern x-r-run convention (#1678)
Browse files Browse the repository at this point in the history
* Use modern `x-r-run` convention

* NEWS bullet
  • Loading branch information
DavisVaughan committed Jan 25, 2024
1 parent eb63524 commit 84deb87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NEWS.md
@@ -1,5 +1,8 @@
# rlang (development version)

* `last_trace()` hyperlinks now use the modern `x-r-run` format (#1678).


# rlang 1.1.3

* Fix for CRAN checks.
Expand Down
2 changes: 1 addition & 1 deletion R/utils.R
Expand Up @@ -336,7 +336,7 @@ cli_with_whiteline_escapes <- function(x, fn) {
style_rlang_run <- function(code) {
style_hyperlink(
paste0("rlang::", code),
paste0("rstudio:run:rlang::", code)
paste0("x-r-run:rlang::", code)
)
}

Expand Down

0 comments on commit 84deb87

Please sign in to comment.