Skip to content

Commit

Permalink
Turn off hyperlinks in the RStudio render pane
Browse files Browse the repository at this point in the history
Closes #581.
  • Loading branch information
gaborcsardi committed Mar 1, 2023
1 parent a740a2a commit 4578202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/aab-rstudio-detect.R
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ rstudio <- local({
ansi_tty = FALSE,
ansi_color = FALSE,
num_colors = 1L,
hyperlink = data$envs[["RSTUDIO_CLI_HYPERLINKS"]] != "",
hyperlink = FALSE,
has_canonical_mode = FALSE
)
}
Expand Down

0 comments on commit 4578202

Please sign in to comment.