Binary packages of R older than v3.4.0 have an unpatched Rscript binary which breaks Rscript when installed as a binary and the depot hash changes in the path - this requires the addition of a tweak to the CI build:
export_args="--patch-binary lib64/R/bin/Rscript,bin/Rscript"
RGE
Binary packages of R older than v3.4.0 have an unpatched
Rscriptbinary which breaksRscriptwhen installed as a binary and the depot hash changes in the path - this requires the addition of a tweak to the CI build:RGE