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.
The docker build for Rpopgen is failing in the
installGithub.r
step:Apparently this is because the
littleR
package now usesremotes
instead ofdevtools
, and thetidyverse
container (from whichRpopgen
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.