rocker-org / rocker-versioned

Run current & prior versions of R using docker
https://hub.docker.com/r/rocker/r-ver
GNU General Public License v2.0
297 stars 169 forks source link

fix partially-matched arg in install.packages call #117

Closed jameslamb closed 5 years ago

jameslamb commented 5 years ago

Thanks for these great Dockerfiles. I'm a big fan of rocker!

I noticed a minor issue today while looking in rocker-versioned for reference. The install command you'll see in the diff uses repo instead of repos and I'm guessing it's been working because of R's lovely partially-match-keyword-args thing.

Please consider this PR to fix it.

cboettig commented 5 years ago

Good catch, thanks!