algorithmiaio / langpacks

Standardized builder and runners for Algorithmia algorithms
https://algorithmia.com/
MIT License
16 stars 9 forks source link

ALGO-XXX added requirement file logic (from caching PR) to R #174

Closed zeryx closed 3 years ago

zeryx commented 3 years ago

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.