Skip to content

Commit

Permalink
Try fix travis+Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
vwmaus committed Nov 10, 2020
1 parent d52507c commit 23f6f18
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ RUN . /etc/environment \
git2r \
fastcluster \
progress \
remotes \
# r packages versions
&& R -e "install_version('sf', version = '0.9-6', dependencies= T)" \
&& R -e "install_version('lwgeom', version = '0.2-5', dependencies= T)" \
&& R -e "install_version('dplyr', version = '1.0.2', dependencies= T)" \
&& R -e "remotes::install_version('sf', version = '0.9-6', dependencies= T)" \
&& R -e "remotes::install_version('lwgeom', version = '0.2-5', dependencies= T)" \
&& R -e "remotes::install_version('dplyr', version = '1.0.2', dependencies= T)" \
# build this compendium package
&& R -e "devtools::install('/mininglucc', dep=TRUE)" \
# render the scripts
Expand Down

0 comments on commit 23f6f18

Please sign in to comment.