Skip to content

Commit e970729

Browse files
marcosnavdotNomad
andauthored
Update docs/troubleshooting.md
Co-authored-by: Jordan Jensen <jordan.jensen@posit.co>
1 parent ccd403e commit e970729

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/troubleshooting.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ running an older version of Posit Connect than 2024.12.0, it will error.
5252

5353
### `renv` errors on deployment
5454

55-
When deploying projects using `R`, it is indispensable for the Posit Publisher extension
56-
to have access to a record of the dependencies used by your project.
57-
This record is expected to be found as a `lockfile` (commonly named as `renv.lock`) generated by `renv`,
58-
since the [`renv` package](https://rstudio.github.io/renv/articles/renv.html)
59-
is a great choice to create reproducible environments.
55+
When deploying `R` projects, it is essential that Posit Publisher has
56+
access to a record of the dependencies used by your project to reproduce
57+
the project on Posit Connect.
58+
The [`renv` package](https://rstudio.github.io/renv/articles/renv.html) can
59+
create that record as a `lockfile` (commonly named `renv.lock`).
6060

6161
Projects that already include a `lockfile` do not require `renv` be setup.
6262

0 commit comments

Comments
 (0)