System details
RStudio Edition : Desktop [Open Source]
RStudio Version : 2025.9.1.401
OS Version : Windows 11 x64 (build 22631)
R Version : R version 4.5.1 (2025-06-13 ucrt)
Steps to reproduce the problem
With the new formats for warnings and messages, I get an issue
Run the following in the R console
rlang::global_entrace(TRUE)
library(dplyr)
tibble(
x = c("x", 1, "y", "z"),
y = c("a")
) |>
mutate(x = as.numeric(x), y= as.numeric(y))
Describe the problem in detail
The clickable links are a bit messed up.
Describe the behavior you expected
I would expect this to work and the clickable link work with last_dplyr_warnings()
Also, it would be great if last_lifecycle_warnings() worked as well.
System details
Steps to reproduce the problem
With the new formats for warnings and messages, I get an issue
Run the following in the R console
Describe the problem in detail
The clickable links are a bit messed up.
Describe the behavior you expected
I would expect this to work and the clickable link work with
last_dplyr_warnings()Also, it would be great if
last_lifecycle_warnings()worked as well.