Skip to content

Commit

Permalink
Set cli.hyperlink = FALSE in local_reproducible_output() (#1621)
Browse files Browse the repository at this point in the history
* Set `cli.hyperlink = FALSE`

* NEWS bullet
  • Loading branch information
DavisVaughan committed May 8, 2024
1 parent 2357de6 commit c03a671
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# roxygen2 (development version)

* `@includeRmd` now additionally sets `options(cli.hyperlink = FALSE)` to make
code run in included `.Rmd`s even more consistent across sessions (#1620).

# roxygen2 7.3.1

* S3 method export warning no longer fails if class contains `{` or `}` (#1575).
Expand Down
1 change: 1 addition & 0 deletions R/rd-eval.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ local_reproducible_output <- function(.envir = parent.frame()) {
crayon.enabled = FALSE,
cli.unicode = FALSE,
cli.dynamic = FALSE,
cli.hyperlink = FALSE,
rlang_interactive = FALSE,
width = 80,
.local_envir = .envir
Expand Down

0 comments on commit c03a671

Please sign in to comment.