We are setting up CI jobs that install dependencies from http://cran.us.r-project.org . On review @mpopov suggested to setup a mirroring to save some bits of bandwidth and remove a dependency on a third party.
https://cran.r-project.org/mirror-howto.html
Used 120GB in October 2012, I have sent an email to ask for the actual size.
Need to send a public SSH key and then we can:
rsync -e "ssh" -rtlzv --delete cran-rsync@cran.r-project.org: /srv/mirrors/cran
We already have puppet logic to add that and cron it.
SRE would it make sense to mirror it and consume a few hundred GBytes of disk?