Skip to content

Commit

Permalink
Add new libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Oct 5, 2023
1 parent fca8687 commit 4579118
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions single-user-r-d4science/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,28 @@ RUN mamba install -y --quiet \
r-rgdal \
r-pastecs \
r-factominer \
r-ggpubr \
&& conda clean -tipy

RUN Rscript -e "remotes::install_github('eblondel/geoflow', dependencies = c('Depends', 'Imports'))"
RUN Rscript -e "remotes::install_github('eblondel/geoflow', \
dependencies = c('Depends', 'Imports'))"

RUN Rscript -e "install.packages(c('geometa','ows4R','geonapi','geosapi','raster','virtualspecies','abind','feather','reticulate','mvrsquared','RPostgreSQL','Shinybusy','TropFishR'), repos = c('http://cran.r-project.org'))"
RUN Rscript -e "install.packages(\
c('geometa', \
'ows4R', \
'geonapi', \
'geosapi', \
'raster', \
'virtualspecies', \
'abind', \
'feather', \
'reticulate', \
'mvrsquared', \
'RPostgreSQL', \
'Shinybusy', \
'TropFishR', \
'solrad'), \
repos = c('http://cran.r-project.org'))"

RUN pip install --no-cache-dir \
import_ipynb \
Expand Down

0 comments on commit 4579118

Please sign in to comment.