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.
1 parent c9d52ce commit d5d0926Copy full SHA for d5d0926
vignettes/available-hooks.Rmd
@@ -155,8 +155,8 @@ This can be useful if your files contain anything other than
155
"simple object declarations" (e.g. [box modules](https://github.com/klmr/box/)
156
containing `box::use()` calls).
157
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.
+Inline R code within roxygen comments (i.e. within backticks) is **not**
+evaluated by this hook, whether or not `--no-eval` is specified.
160
161
id: parsable-roxygen
162
args: [--no-eval]
0 commit comments