Skip to content

Commit 110105e

Browse files
Update FAQ.Rmd
1 parent b1ded7a commit 110105e

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

vignettes/FAQ.Rmd

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ knitr::opts_chunk$set(
1818
)
1919
```
2020

21-
## It's broken. Missing packages etc.
22-
23-
Update the hook revisions with
24-
`$ pre-commit autoupdate`. This does not help, please follow the
25-
Update instructions in the README. If that does not work, run
26-
`$ pre-commit clean` to clean the
27-
pre-commit cache.
21+
## It's broken. Missing packages etc. How do I fix it?
22+
23+
Update the hook revisions with `$ pre-commit autoupdate`. This does not
24+
help, please follow the Update instructions in the README. If that does
25+
not work, run `$ pre-commit clean` to clean the pre-commit cache.
26+
Although you could also clear the {renv} cache, this should only be a
27+
strategy of last resort, as it may break other {renv} projects on your
28+
machine and you'd have to do some re-storing there.
2829

2930

3031
## How does it work? What's the magic?

0 commit comments

Comments
 (0)