Skip to content

Commit 5cfb53b

Browse files
committed
Spelling error correction, snapshot
1 parent da567e2 commit 5cfb53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renv.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ would restore the versions as listed in `renv.lock`, and is the go-to command to
6666
By default, development dependencies (like those specified under `Suggests:` in the `DESCRIPTION` file), are not included in `renv.lock`. They can be however included via
6767

6868
```{r, echo = TRUE, eval = FALSE}
69-
renv::snaphot(dev = TRUE)
69+
renv::snapshot(dev = TRUE)
7070
```
7171

7272
Note that, given the default behavior with respect to development dependencies, `renv` might report out-of-sync dependencies upon session startup. Make sure to use

0 commit comments

Comments
 (0)