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

remotes package not included but now required by littleR #24

Closed hlapp closed 7 years ago

hlapp commented 7 years ago

The docker build for Rpopgen is failing in the installGithub.r step:

Step 10 : RUN installGithub.r     whitlock/OutFLANK && rm -rf /tmp/downloaded_packages/ /tmp/*.rds

 ---> Running in 1115b6111ecb

Error in library(remotes) : there is no package called ‘remotes’

Apparently this is because the littleR package now uses remotes instead of devtools, and the tidyverse container (from which Rpopgen builds) doesn't include that. I'm wondering whether there's a plan to include it in the near future, or whether I need to include it myself.