gesistsa / rang

🐶 (Re)constructing R computational environments
https://gesistsa.github.io/rang/
GNU General Public License v3.0
77 stars 3 forks source link

`Rscript` is actually not available before 2.5.0 #166

Closed chainsawriot closed 9 months ago

chainsawriot commented 10 months ago

The current method using eol works because a newer version of R was also installed, prior running compile_r.sh.

This method is not working anymore for evercran #165 because the latest version installed on Debian Sarge by using the official deb channel is only 2.1.

chainsawriot commented 10 months ago

Another issue is

https://github.com/gesistsa/rang/blob/de5e7d282ee46d2535fedbf054e564d031832f3c/R/installation.R#L195

The dput output actually isn't valid for ancient versions of R; where NA_character_ is not allowed.