Skip to content

Commit 2f61295

Browse files
also update docs
1 parent cbe0899 commit 2f61295

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

vignettes/available-hooks.Rmd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,9 @@ This hook does not modify files.
117117

118118
## `parsable-R`
119119

120-
Checks if your `.R` files are "valid" R code by checking if running `parse()` on
121-
them returns an error.
120+
Checks if your `.R` and `.Rmd` files are "valid" R code by checking if running
121+
`parse()` on them (or their `knitr::purl()`ed output for `.Rmd`) returns an
122+
error.
122123

123124
This hook does not modify files.
124125

0 commit comments

Comments
 (0)