Skip to content

Commit 15e3db2

Browse files
authored
Fix typo (#2158)
1 parent 0068aeb commit 15e3db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/faq.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ Learn more in `vignette("package-install")`.
119119

120120
In addition, note that renv places shims on the R search path that re-routes calls from `install.packages()` to `renv::install()`.
121121
If you need to bypass these shims, you can use `utils::install.packages(<...>)`; that is, with the call to `install.packages()` explicitly qualified with the package `utils::`.
122-
See `?renv::load` more details.
122+
See `?renv::load` for more details.

0 commit comments

Comments
 (0)