You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I've made progress here. Following the suggestion https://cran.r-project.org/doc/manuals/r-release/R-admin.html#Essential-and-useful-other-programs-under-a-Unix_002dalike
I added the list of latex packages "For distributions based on TeX Live the simplest approach may be to install collections collection-latex, collection-fontsrecommended, collection-latexrecommended, collection-fontsextra and collection-latexextra (assuming they are not installed by default)" into the install_texlive.sh from line 57.
There maybe a fix that works with fewer latex packages, but I have not looked any further
I learnt that tex packages are not always individually installed, and tlmgr may require an input different from the package name. For example tlmg install grfext didn't fix it.
For the tc/tk testing It was resolve by also installing the tk lib. So adding in
apt-install tk to one of the install_*.sh files.
This was found with a little bit of googling around, but is not officially documented anywhere. It seems tk-dev library is not enough.
Container image name
rocker/verse:latest
Container image digest
rocker/verse@sha256:0ac249b2528f1a8914cdf0e09f26c950e152ee11da60230e25da42c44e7481fa
What operating system are you seeing the problem on?
Linux
System information
Docker engine V4.25.1. WIndows
Bug description
I'm wanting to carry out the installation testing as described in the manual
https://cran.r-project.org/doc/manuals/r-release/R-admin.html#Testing-a-Unix_002dalike-Installation
I can get past the first step of tools::testInstalledBasic("both"), by modifying the basic install_R_source.R to add a couple of extra lines ( make install-tests ; chmod a+w /usr/local/lib/R/tests/) . See my fork https://github.com/shug0131/rocker-versioned2/blob/master/scripts/install_R_source.sh
But the subsequent two lines fail. Running it on your unaltered image (docker desktop on windows), and my altered one gives the same results.
How to reproduce this bug?
The text was updated successfully, but these errors were encountered: