Skip to content

Commit

Permalink
Spelling error correction, snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
GuidoMaggio committed May 8, 2024
1 parent da567e2 commit 5cfb53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renv.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ would restore the versions as listed in `renv.lock`, and is the go-to command to
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

```{r, echo = TRUE, eval = FALSE}
renv::snaphot(dev = TRUE)
renv::snapshot(dev = TRUE)
```

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
Expand Down

0 comments on commit 5cfb53b

Please sign in to comment.