File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -218,21 +218,21 @@ If you are using LaTeX and start seeing errors like
218
218
Remote repository is newer than local (2018 < 2019)
219
219
```
220
220
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
222
222
Tex Live repo is 2019. You can fix this via a ** user-specific** re-installation of
223
223
TinyTeX for R. ** NOTE** however that this will uninstall the system-level
224
224
TinyTeX pre-installed in ` rocker/verse ` .
225
225
226
226
First, make sure ` /home/rstudio/bin ` is part of the ` PATH ` environment variable.
227
227
Check this by running
228
228
``` {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")'
230
230
```
231
231
If you don't see ` /home/rstudio/bin ` , you can make sure it is part of the ` PATH ` for R via
232
232
``` {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'
234
234
# 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")'
236
236
```
237
237
238
238
Then, from the running RStudio, run
You can’t perform that action at this time.
0 commit comments