Skip to content

Commit d5d0926

Browse files
committed
Clarify that inline code in roxygen comments is not evaluated
1 parent c9d52ce commit d5d0926

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vignettes/available-hooks.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ This can be useful if your files contain anything other than
155155
"simple object declarations" (e.g. [box modules](https://github.com/klmr/box/)
156156
containing `box::use()` calls).
157157

158-
If `--no-eval` is set, inline code within roxygen comments (i.e. within
159-
backticks) _will_ still be evaluated, but in a new empty environment.
158+
Inline R code within roxygen comments (i.e. within backticks) is **not**
159+
evaluated by this hook, whether or not `--no-eval` is specified.
160160

161161
id: parsable-roxygen
162162
args: [--no-eval]

0 commit comments

Comments
 (0)