You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if hyperlinks are available, but not source markers (i.e. cli::ansi_has_hyperlink_support() && (!requireNamespace("rstudioapi") || !rstudioapi::hasFun("sourceMarkers") ) then we could just use
Uh oh!
There was an error while loading. Please reload this page.
i.e. in Positron, output looks like this

It would be great if hyperlinks are available, but not source markers (i.e.
cli::ansi_has_hyperlink_support() && (!requireNamespace("rstudioapi") || !rstudioapi::hasFun("sourceMarkers")
) then we could just useI am however not sure where to put this condition, I tried in
lintr/R/methods.R
Lines 95 to 99 in 8d96145
But it didn't seem to work
This should happen in the print method to make sure no output is problematic.
I think it can happen in
format.lint()
. I may come up with a PR shortly.The text was updated successfully, but these errors were encountered: