Skip to content

Commit

Permalink
Moves pcadapt to being installed from CRAN again
Browse files Browse the repository at this point in the history
Currently pcadapt has a dependency on rmio, which is not on CRAN (yet?), and is missing its repo in the `Remotes` declaration. See #29 and #23.
  • Loading branch information
hlapp committed Feb 5, 2019
1 parent 0765192 commit eea4f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rpopgen/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ RUN rm -rf /tmp/*.rds \
multcomp \
raster \
viridis \
pcadapt \
&& rm -rf /tmp/downloaded_packages/ /tmp/*.rds

## Bioconductor packages (they may be dependencies)
Expand All @@ -55,7 +56,6 @@ RUN Rscript -e 'source("http://bioconductor.org/biocLite.R"); biocLite("qvalue")
## (hierfstat included here temporarily until new release is on CRAN)
RUN installGithub.r \
whitlock/OutFLANK \
bcm-uga/pcadapt \
&& rm -rf /tmp/downloaded_packages/ /tmp/*.rds

## Install other useful packages from CRAN
Expand Down

0 comments on commit eea4f27

Please sign in to comment.