We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cli.hyperlink = FALSE
local_reproducible_output()
1 parent 2357de6 commit c03a671Copy full SHA for c03a671
NEWS.md
@@ -1,5 +1,8 @@
1
# roxygen2 (development version)
2
3
+* `@includeRmd` now additionally sets `options(cli.hyperlink = FALSE)` to make
4
+ code run in included `.Rmd`s even more consistent across sessions (#1620).
5
+
6
# roxygen2 7.3.1
7
8
* S3 method export warning no longer fails if class contains `{` or `}` (#1575).
R/rd-eval.R
@@ -17,6 +17,7 @@ local_reproducible_output <- function(.envir = parent.frame()) {
17
crayon.enabled = FALSE,
18
cli.unicode = FALSE,
19
cli.dynamic = FALSE,
20
+ cli.hyperlink = FALSE,
21
rlang_interactive = FALSE,
22
width = 80,
23
.local_envir = .envir
0 commit comments