close
Skip to content

Problem with clickable links with dplyr warnings #16607

Description

@olivroy

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.

Image

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.

  • I have read the guide for submitting good bug reports.
  • I have installed the latest version of RStudio, and confirmed that the issue still persists.
  • If I am reporting an RStudio crash, I have included a diagnostics report.
  • I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue.

Metadata

Metadata

Assignees

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions