gesistsa/rang

`Rscript` is actually not available before 2.5.0

Closed this issue · 1 comments

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.

Another issue is

dput(installation_order, file = con)

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