Skip to content

Commit

Permalink
Add more towards goal, unfinished
Browse files Browse the repository at this point in the history
  • Loading branch information
darribas committed Aug 5, 2024
1 parent e403fd6 commit 6cd321e
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 38 deletions.
6 changes: 3 additions & 3 deletions env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ FROM quay.io/jupyter/minimal-notebook
LABEL maintainer="Dani Arribas-Bel <[email protected]>"

# Set version
ENV GDS_ENV_VERSION "11.0alpha"
ENV GDS_ENV_VERSION="11.0alpha"
ARG BUILDARCH

# https://github.com/ContinuumIO/docker-images/blob/master/miniconda3/Dockerfile
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
ENV LANG="C.UTF-8 LC_ALL=C.UTF-8"

RUN echo "Starting build of GDS env $GDS_ENV_VERSION for $BUILDARCH at: $(date)"

Expand All @@ -25,7 +25,7 @@ ADD ./gds_$BUILDARCH.yml /home/${NB_USER}/gds.yml
ENV PATH="/opt/conda/envs/gds/bin/:${PATH}"
RUN $HOME/scripts/install_conda_env.sh

RUN $HOME/scripts/install_r_extra.sh
#RUN $HOME/scripts/install_r_extra.sh

USER root

Expand Down
69 changes: 34 additions & 35 deletions env/gds_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,27 +105,27 @@ dependencies:
- r-dbi
- r-dtplyr
#####- r-duckdb
- r-rmariadb
#####- r-rmariadb
#####- r-rpostgres
- r-rsqlite
#####- r-rsqlite
#####- r-fst
## Geospatial
- r-rcolorbrewer
#####- r-randomfields
#####- r-rnetcdf
- r-classint
- r-deldir
#####- r-gstat
- r-gstat
#####- r-hdf5r
#####- r-lidr
- r-mapdata
- r-maptools
#####- r-mapdata
#####- r-maptools
#####- r-mapview
- r-ncdf4
#####- r-ncdf4
#####- r-proj4
- r-raster
- r-rgdal
- r-rgeos
#####- r-raster
#####- r-rgdal
#####- r-rgeos
#####- r-rlas
- r-sf
- r-sp
Expand All @@ -138,7 +138,7 @@ dependencies:
#####- r-tidync
- r-tmap
#####- r-geor
- r-geosphere
#####- r-geosphere
## GDS
- r-arm
- r-car
Expand All @@ -160,46 +160,45 @@ dependencies:
- r-viridis
####- r-areal
- r-bookdown
- r-brms
- r-caret
- r-deldir
- r-factoextra
#####- r-brms
#####- r-caret
#####- r-factoextra
#####- r-feather
#####- r-geojsonio
#####- r-ggimage
- r-ggcorrplot
- r-ggformula
#####- r-ggcorrplot
#####- r-ggformula
#####- r-ggpmisc
- r-ggthemes
- r-glmmtmb
- r-hexbin
- r-igraph
#####- r-ggthemes
#####- r-glmmtmb
#####- r-hexbin
#####- r-igraph
####- r-mapboxapi
#####- r-mapdeck
- r-metrics
- r-modelsummary
- r-nlme
#####- r-metrics
#####- r-modelsummary
#####- r-nlme
#- r-osrmj
- r-patchwork
- r-plotly
- r-plotrix
- r-randomforest
- r-ranger
#####- r-patchwork
#####- r-plotly
#####- r-plotrix
#####- r-randomforest
#####- r-ranger
- r-rcurl
#- r-redditextractor
- r-rpart.plot
#####- r-rpart.plot
#- r-rpostgis
- r-rtweet
- r-showtext
- r-snowballc
#####- r-rtweet
#####- r-showtext
#####- r-snowballc
#####- r-splancs
#####- r-stm
#- r-stplanr
#- r-textdata
- r-tidycensus
- r-tidygeocoder
#####- r-tidycensus
#####- r-tidygeocoder
#####- r-tidytext
- r-tm
#####- r-tm
#####- r-topicmodels
#####- r-traminer
- r-tufte
Expand Down

0 comments on commit 6cd321e

Please sign in to comment.