Skip to content

Commit a1fef69

Browse files
committed
revert "old" version to 3.6.1
1 parent 16f945e commit a1fef69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

version-stable-r-development.Rmd

+4-4
Original file line numberDiff line numberDiff line change
@@ -218,21 +218,21 @@ If you are using LaTeX and start seeing errors like
218218
Remote repository is newer than local (2018 < 2019)
219219
```
220220
you have to re-install TinyTeX. This happens e.g. with
221-
`rocker/verse:4.3.2`, since it was built at the end of 2018 but the current
221+
`rocker/verse:3.6.1`, since it was build at the end of 2018 but the current
222222
Tex Live repo is 2019. You can fix this via a **user-specific** re-installation of
223223
TinyTeX for R. **NOTE** however that this will uninstall the system-level
224224
TinyTeX pre-installed in `rocker/verse`.
225225

226226
First, make sure `/home/rstudio/bin` is part of the `PATH` environment variable.
227227
Check this by running
228228
```{bash check-path}
229-
docker exec --user rstudio rstudio_4.4.1 R --slave -e 'Sys.getenv("PATH")'
229+
docker exec --user rstudio rstudio_3.6.1 R --slave -e 'Sys.getenv("PATH")'
230230
```
231231
If you don't see `/home/rstudio/bin`, you can make sure it is part of the `PATH` for R via
232232
```{bash set-path}
233-
docker exec --user rstudio rstudio_4.4.1 sh -c 'echo "PATH=$HOME/bin:\${PATH}" >> $HOME/.Renviron'
233+
docker exec --user rstudio rstudio_3.6.1 sh -c 'echo "PATH=$HOME/bin:\${PATH}" >> $HOME/.Renviron'
234234
# check again
235-
docker exec --user rstudio rstudio_4.4.1 R --slave -e 'Sys.getenv("PATH")'
235+
docker exec --user rstudio rstudio_3.6.1 R --slave -e 'Sys.getenv("PATH")'
236236
```
237237

238238
Then, from the running RStudio, run

0 commit comments

Comments
 (0)