thanks to @danielfrg for adding our requirement file caching logic. With this change we now have package caching available for R.
Easy way to test:
run ./tools/environment_validator.py -s r36 -t language -n r36
temporarily modify ~/languages/r36/template/src/Algorithm.R to verify code changes don't invalidate cache
execute ./tools/environment_validator.py -s r36 -t language -n r36 again and note compilation time performance.
thanks to @danielfrg for adding our requirement file caching logic. With this change we now have package caching available for R.
Easy way to test: run
./tools/environment_validator.py -s r36 -t language -n r36
temporarily modify~/languages/r36/template/src/Algorithm.R
to verify code changes don't invalidate cache execute./tools/environment_validator.py -s r36 -t language -n r36
again and note compilation time performance.