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 cbe0899 commit 2f61295Copy full SHA for 2f61295
vignettes/available-hooks.Rmd
@@ -117,8 +117,9 @@ This hook does not modify files.
117
118
## `parsable-R`
119
120
-Checks if your `.R` files are "valid" R code by checking if running `parse()` on
121
-them returns an error.
+Checks if your `.R` and `.Rmd` files are "valid" R code by checking if running
+`parse()` on them (or their `knitr::purl()`ed output for `.Rmd`) returns an
122
+error.
123
124
This hook does not modify files.
125
0 commit comments