Skip to content

Commit

Permalink
R image: added mapplots and repmis, and made a couple of small cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliom committed Nov 22, 2024
1 parent 2f04c57 commit f95db86
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 30 deletions.
21 changes: 4 additions & 17 deletions r/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
#syntax=docker/dockerfile:1.3
# FROM continuumio/miniconda3:4.12.0@sha256:58b1c7df8d69655ffec017ede784a075e3c2e9feff0fc50ef65300fc75aa45ae
# 11/14/24: Use a miniconda image that's a bit older than the rstudio-server package; just in case
FROM continuumio/miniconda3:24.7.1-0@sha256:f37f8c7db26ae7ec0098df530e96c9cde139026b9faf3914800d1522c47a49b1

ENV NB_USER jovyan
ENV NB_UID 1000
ENV HOME /home/jovyan
ENV HOME /home/${NB_USER}

ENV CONDA_DIR /opt/conda
ENV CONDA_ENV base
Expand Down Expand Up @@ -57,26 +55,17 @@ RUN echo "${LC_ALL} UTF-8" > /etc/locale.gen && \
locale-gen

# # Set path where R packages are installed
# # Download and install rstudio manually
# 11/13/2024: (using $ cat /etc/os-release) 2i2c hub currently runs on Ubuntu jammy (22), not bionic (18).
# Drilling down to jammy at https://posit.co/download/rstudio-server/, it looks like the latest rstudio-server deb is:
# # Download and install rstudio-server manually
# Get the url at https://posit.co/download/rstudio-server/:
ENV RSTUDIO_URL https://download2.rstudio.org/server/jammy/amd64/rstudio-server-2024.09.1-394-amd64.deb

# 11/19/2024: Tried Ubuntu focal (20). It didn't make a difference
# ENV RSTUDIO_URL https://download2.rstudio.org/server/focal/amd64/rstudio-server-2024.09.1-394-amd64.deb

# # (11/13/2024: The comment below is at from 2022 or earlier)
# # Newer one has bug that doesn't work with jupyter-rsession-proxy
# ENV RSTUDIO_URL https://download2.rstudio.org/server/bionic/amd64/rstudio-server-2022.07.1-554-amd64.deb
# ENV RSTUDIO_URL https://download2.rstudio.org/server/bionic/amd64/rstudio-server-1.2.5042-amd64.deb
RUN curl --silent --location --fail ${RSTUDIO_URL} > /tmp/rstudio.deb && \
dpkg -i /tmp/rstudio.deb && \
rm /tmp/rstudio.deb

USER ${USER}

WORKDIR ${HOME}
USER ${USER}

COPY ./conda-linux-64.lock /tmp/

Expand All @@ -95,11 +84,9 @@ RUN --mount=type=cache,id=ohw_r,target=${CONDA_DIR}/pkgs,uid=${NB_UID},gid=${NB_
ARG MAMBA_DOCKERFILE_ACTIVATE=1

# Install R libs from CRAN and GitHub
# 2024-10-10: Have there been improvements in install_cran and install_github such that
# dependencies, upgrade_dependencies, upgrade could now be set to TRUE or the default?
# RUN installGithub.R BigelowLab/rasf BigelowLab/ohwobpg # not working on GH but works locally :-/
RUN \
# -- Dependencies to the target packages, not already installed via the conda environment
# Install dependencies before "target" packages, either in the conda environment or here
Rscript -e "remotes::install_cran('PBSmapping', dependencies=FALSE, upgrade_dependencies=FALSE, upgrade=FALSE)" && \
# -- Target packages
Rscript -e "remotes::install_cran('plot.matrix', dependencies=FALSE, upgrade_dependencies=FALSE, upgrade=FALSE)" && \
Expand Down
27 changes: 15 additions & 12 deletions r/conda-linux-64.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generated by conda-lock.
# platform: linux-64
# input_hash: b064f256a2e647aa5d9387adba87783c45f7ef10612be238e19dd2c1a4fd5838
# input_hash: e6956d4811dbd558b15d2167610a422525a87c259760b1017b4f627d6f6ee57c
@EXPLICIT
https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2#d7c89558ba9fa0495403155b64376d81
https://conda.anaconda.org/conda-forge/noarch/_r-mutex-1.0.1-anacondar_1.tar.bz2#19f9db5f4f1b7f5ef5f6d67207f25f38
Expand Down Expand Up @@ -114,7 +114,7 @@ https://conda.anaconda.org/conda-forge/linux-64/libzip-1.11.2-h6991a6a_0.conda#a
https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.9.4-hcb278e6_0.conda#318b08df404f9c9be5712aaa5a6f0bb0
https://conda.anaconda.org/conda-forge/linux-64/nano-8.2-haa1a288_0.conda#de8018f428ccd78ab5cf41bf6353e82c
https://conda.anaconda.org/conda-forge/linux-64/nccl-2.23.4.1-h03a54cd_2.conda#a08604ac3f9c3dbd128bb24e089dee5f
https://conda.anaconda.org/conda-forge/linux-64/nss-3.106-hdf54f9c_0.conda#efe735c7dc47dddbb14b3433d11c6feb
https://conda.anaconda.org/conda-forge/linux-64/nss-3.107-hdf54f9c_0.conda#294b7009fe9010b35c25bb683f663bc3
https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hba22ea6_2.conda#df359c09c41cd186fffb93a2d87aa6f5
https://conda.anaconda.org/conda-forge/linux-64/pixman-0.43.2-h59595ed_0.conda#71004cbf7924e19c02746ccde9fd7123
https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda#47d31b792659ce70f470b5c82fdfb7a4
Expand All @@ -141,7 +141,7 @@ https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-4.25.3-hd5b35b9_1.co
https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2023.09.01-h5a48ba9_2.conda#41c69fba59d495e8cf5ffda48a607e35
https://conda.anaconda.org/conda-forge/linux-64/librttopo-1.1.0-h8917695_15.conda#20c3c14bc491f30daecaa6f73e2223ae
https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.6.0-h1dd3fc0_3.conda#66f03896ffbe1a110ffda05c7a856504
https://conda.anaconda.org/conda-forge/linux-64/libxgboost-2.1.2-cuda118_h09a87be_0.conda#d59c3f95f80071f24ebce434494ead0a
https://conda.anaconda.org/conda-forge/linux-64/libxgboost-2.1.2-cuda118_h09a87be_1.conda#706196aa07632a23a1fb7d34da1ba2d1
https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.5-hb346dea_0.conda#c81a9f1118541aaa418ccb22190c817e
https://conda.anaconda.org/conda-forge/linux-64/minizip-4.0.7-h401b404_0.conda#4474532a312b2245c5c77f1176989b46
https://conda.anaconda.org/conda-forge/linux-64/python-3.12.7-hc5c86c4_0_cpython.conda#0515111a9cdf69f83278f7c197db9807
Expand All @@ -165,7 +165,7 @@ https://conda.anaconda.org/conda-forge/noarch/certifi-2024.8.30-pyhd8ed1ab_0.con
https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.0-pyhd8ed1ab_0.conda#a374efa97290b8799046df7c5ca17164
https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-unix_pyh707e725_0.conda#f3ad426304898027fc619827ff428eca
https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.1.0-pyhd8ed1ab_1.conda#c88ca2bb7099167912e3b26463fff079
https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.8-py312h2ec8cdc_0.conda#eb182854d81037c9cfd95b06aba22c06
https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.9-py312h2ec8cdc_0.conda#c522fd70ca7a0c2fe1a861dd13987a57
https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2#43afe5ab04e35e17ba28649471dd7364
https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2#961b3a227b437d82ad7054484cfa71b2
https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_0.tar.bz2#3cf04868fee0a029769bd41f4b2fbf2d
Expand All @@ -187,7 +187,7 @@ https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-25_linux64_openbl
https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.10.1-hbbe4b11_0.conda#6e801c50a40301f6978c53976917b277
https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda#928b8be80851f5d8ffb016f9c81dae7a
https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-25_linux64_openblas.conda#4dc03a53fc69371a6158d0ed37214cd3
https://conda.anaconda.org/conda-forge/linux-64/libpq-16.5-h2d7952a_0.conda#3b863477ad017cfa8456a5aa0a17b950
https://conda.anaconda.org/conda-forge/linux-64/libpq-16.6-h2d7952a_0.conda#7fa1f554b760a2d6018ecc673fb73f6c
https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2#91e27ef3d05cc772ce627e51cff111c4
https://conda.anaconda.org/conda-forge/linux-64/lz4-4.3.3-py312hb3f7f12_1.conda#b99d90ef4e77acdab74828f79705a919
https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.2-py312h178313f_0.conda#a755704ea0e2503f8c227d84829a8e81
Expand Down Expand Up @@ -222,7 +222,7 @@ https://conda.anaconda.org/conda-forge/linux-64/re2-2023.09.01-h7f4b329_2.conda#
https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2#912a71cc01012ee38e6b90ddd561e36f
https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.21.0-py312h12e396e_0.conda#37f4ad7cb4214c799f32e5f411c6c69f
https://conda.anaconda.org/conda-forge/noarch/send2trash-1.8.3-pyh0d859eb_0.conda#778594b20097b5a948c59e50ae42482a
https://conda.anaconda.org/conda-forge/noarch/setuptools-75.5.0-pyhff2d567_0.conda#ade63405adb52eeff89d506cd55908c0
https://conda.anaconda.org/conda-forge/noarch/setuptools-75.6.0-pyhff2d567_0.conda#68d7d406366926b09a6a023e3d0f71d7
https://conda.anaconda.org/conda-forge/noarch/simpervisor-1.0.0-pyhd8ed1ab_0.conda#1f6df17b16d6295a484d59e844fef6ee
https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2#e5f25f8dbc060e9a8d912e432202afc2
https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_0.conda#490730480d76cf9c8f8f2849719c6e2b
Expand Down Expand Up @@ -283,7 +283,7 @@ https://conda.anaconda.org/conda-forge/noarch/partd-1.4.2-pyhd8ed1ab_0.conda#0ba
https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_0.conda#629f3203c99b32e0988910c93e77f3b6
https://conda.anaconda.org/conda-forge/linux-64/pillow-10.4.0-py312h56024de_1.conda#4bd6077376c7f9c1ce33fd8319069e5b
https://conda.anaconda.org/conda-forge/linux-64/poppler-24.04.0-hb6cd0d7_0.conda#d19eed746748f1d44b575662f2bcfe95
https://conda.anaconda.org/conda-forge/linux-64/postgresql-16.5-hb2eb5c0_0.conda#f0b1fc2c91661400dc7f516f96339e99
https://conda.anaconda.org/conda-forge/linux-64/postgresql-16.6-hb2eb5c0_0.conda#093e98b901ac8298e77e6e3c7184b1e1
https://conda.anaconda.org/conda-forge/linux-64/proj-9.4.0-hb784bbd_2.conda#b0683c229de4c4c676450d24ff87538c
https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_0.conda#4c05134c48b6a74f33bbb9938e4a115e
https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_0.conda#b6dfd90a2141e573e4b6a81630b56df5
Expand All @@ -293,8 +293,8 @@ https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab
https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyh0d859eb_0.conda#efba281bbdae5f6b0a1d53c6d4a97c93
https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda#f1acf5fdefa8300de697982bcb1761c9
https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.12.2-hd8ed1ab_0.conda#52d648bd608f5737b123f510bb5514b5
https://conda.anaconda.org/conda-forge/linux-64/yarl-1.17.2-py312h66e93f0_0.conda#99518ade67138dcce4f2751b47ab5b00
https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.11.6-py312h178313f_0.conda#3a62de1af76079acb81fad6936e1f6f8
https://conda.anaconda.org/conda-forge/linux-64/yarl-1.18.0-py312h66e93f0_0.conda#601d2b19a54fd9346ba18c07c2516339
https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.11.7-py312h178313f_0.conda#a1dc198dad91736555c27caa420029b1
https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_0.conda#7e9f4612544c8edbfd6afad17f1bd045
https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-21.2.0-py312h66e93f0_5.conda#1505fc57c305c0a3174ea7aae0a0db25
https://conda.anaconda.org/conda-forge/noarch/arrow-1.3.0-pyhd8ed1ab_0.conda#b77d8c2313158e6e461ca0efb1c2c508
Expand All @@ -318,7 +318,7 @@ https://conda.anaconda.org/conda-forge/noarch/mako-1.3.6-pyhff2d567_0.conda#bcd0
https://conda.anaconda.org/conda-forge/linux-64/nlopt-2.8.0-py312h69683c5_2.conda#8582b8ef6a808ace0bfb83213ac54d54
https://conda.anaconda.org/conda-forge/linux-64/pandas-2.2.3-py312hf9745cd_1.conda#8bce4f6caaf8c5448c7ac86d87e26b4b
https://conda.anaconda.org/conda-forge/linux-64/pango-1.54.0-h4c5309f_1.conda#7df02e445367703cd87a574046e3a6f0
https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.23.4-py312h12e396e_0.conda#0845ab52d4ea209049129a6a91bc74ba
https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.27.0-py312h12e396e_0.conda#9729cebbd1ad13a592359001bf4408d9
https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.36-py312h66e93f0_0.conda#3ce28408f8cea2d889b5ebd569f3316b
https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.2-pyhd8ed1ab_0.conda#e7df0fdd404616638df5ece6e69ba7af
https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.23.0-py312hef9b889_1.conda#8b7069e9792ee4e5b4919a7a306d2e67
Expand All @@ -335,7 +335,7 @@ https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_0.t
https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_0.conda#da304c192ad59975202859b367d0f6a2
https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.28.0-ha262f82_0.conda#9e7960f0b9ab3895ef73d92477c47dae
https://conda.anaconda.org/conda-forge/noarch/oauthlib-3.2.2-pyhd8ed1ab_0.tar.bz2#8f882b197fd9c4941a787926baea4868
https://conda.anaconda.org/conda-forge/noarch/pydantic-2.9.2-pyhd8ed1ab_0.conda#1eb533bb8eb2199e3fef3e4aa147319f
https://conda.anaconda.org/conda-forge/noarch/pydantic-2.10.0-pyh10f6f8f_0.conda#c8d0d99422d56d42185f43e1d4808cb5
https://conda.anaconda.org/conda-forge/linux-64/r-base-4.3.3-h9967228_14.conda#147bc8f0c0695a7f29284fc47a8c4bb9
https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.3-pyhd8ed1ab_0.conda#6b55867f385dd762ed99ea687af32a69
https://conda.anaconda.org/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.11.0-h325d260_1.conda#11d926d1f4a75a1b03d1c053ca20424b
Expand Down Expand Up @@ -399,6 +399,7 @@ https://conda.anaconda.org/conda-forge/noarch/r-listenv-0.9.1-r43hc72bb7e_1.cond
https://conda.anaconda.org/conda-forge/linux-64/r-littler-0.3.20-r43hdb488b9_1.conda#8964f630f964dbea4eac2765a58db0f4
https://conda.anaconda.org/conda-forge/linux-64/r-lpsolve-5.6.22-r43h2b5f3a1_0.conda#d184c9379b43bc36c11672d89ea173fb
https://conda.anaconda.org/conda-forge/linux-64/r-magrittr-2.0.3-r43hb1dbf0f_3.conda#fc61bcf37e59037b486c8841a704e9da
https://conda.anaconda.org/conda-forge/noarch/r-mapplots-1.5.2-r43hc72bb7e_1.conda#604f73eb8dc6bf1fe7821968a0caee24
https://conda.anaconda.org/conda-forge/linux-64/r-maps-3.4.2.1-r43h2b5f3a1_0.conda#6f0792a8c58c6597b3334775ccd0bce5
https://conda.anaconda.org/conda-forge/linux-64/r-mass-7.3_60.0.1-r43hb1dbf0f_1.conda#c3c9184486ccabe19b86aba11351652e
https://conda.anaconda.org/conda-forge/linux-64/r-matrixstats-1.4.1-r43h2b5f3a1_0.conda#4e7f80d3e24e7dcc88fc6f3c3ce231b1
Expand Down Expand Up @@ -566,7 +567,7 @@ https://conda.anaconda.org/conda-forge/noarch/r-urlchecker-1.0.1-r43hc72bb7e_3.c
https://conda.anaconda.org/conda-forge/linux-64/r-urltools-1.7.3-r43ha18555a_5.conda#7b70a8ca046c392df68deae0fe2b2336
https://conda.anaconda.org/conda-forge/linux-64/r-vctrs-0.6.5-r43h0d4f4ea_1.conda#7f4c30bb576acec2a682c40790c2d406
https://conda.anaconda.org/conda-forge/linux-64/r-websocket-1.4.1-r43h93ab643_3.conda#4f23d50519d65ae8dbf05787aa5fd908
https://conda.anaconda.org/conda-forge/linux-64/r-xgboost-2.1.2-cuda118_r43h4cbe3ba_0.conda#dbeb47006ac4ed5737a5a1fd5ed91869
https://conda.anaconda.org/conda-forge/linux-64/r-xgboost-2.1.2-cuda118_r43h4cbe3ba_1.conda#7ba1683254295f38290373c5d98b3d9b
https://conda.anaconda.org/conda-forge/noarch/r-xopen-1.0.1-r43hc72bb7e_1.conda#f394a5d99c94c0cdded7fcd1e2117b02
https://conda.anaconda.org/conda-forge/linux-64/r-xts-0.14.1-r43h2b5f3a1_0.conda#e336d7af8b309b241e2bbbc46bfb7bf6
https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.14.2-pyhd8ed1ab_0.conda#ca23c71f70a7c7935b3d03f0f1a5801d
Expand Down Expand Up @@ -597,6 +598,7 @@ https://conda.anaconda.org/conda-forge/noarch/r-leaflet.providers-2.0.0-r43hc72b
https://conda.anaconda.org/conda-forge/noarch/r-pillar-1.9.0-r43hc72bb7e_2.conda#49a43daa7f46eecd9d42f1073da96662
https://conda.anaconda.org/conda-forge/noarch/r-pkgbuild-1.4.5-r43hc72bb7e_0.conda#4155a239cfff00d7deea928cb35a57ce
https://conda.anaconda.org/conda-forge/linux-64/r-purrr-1.0.2-r43hdb488b9_1.conda#4270c6c51a02fc0da32b9d7b453ef3f5
https://conda.anaconda.org/conda-forge/noarch/r-r.cache-0.16.0-r43hc72bb7e_3.conda#09180fff5f2b11a8898749894719ed0c
https://conda.anaconda.org/conda-forge/linux-64/r-raster-3.6_30-r43h93ab643_0.conda#bfa29868dec832c950b8f1da406244ba
https://conda.anaconda.org/conda-forge/linux-64/r-sass-0.4.9-r43ha18555a_1.conda#4671c120e368b94d8651b7289d06a43f
https://conda.anaconda.org/conda-forge/noarch/r-spacetime-1.3_2-r43hc72bb7e_0.conda#2ac1b8dcc50c846b7e128fe1aab566a1
Expand Down Expand Up @@ -628,6 +630,7 @@ https://conda.anaconda.org/conda-forge/noarch/r-progress-1.2.3-r43hc72bb7e_1.con
https://conda.anaconda.org/conda-forge/noarch/r-quantmod-0.4.26-r43hc72bb7e_1.conda#28b8367bd8320296d787ea6450713c1c
https://conda.anaconda.org/conda-forge/linux-64/r-ragg-1.3.3-r43h9aa3752_0.conda#c3cd60e5eeed900f4f4c3a1e5ce6f244
https://conda.anaconda.org/conda-forge/noarch/r-rcmdcheck-1.4.0-r43h785f33e_3.conda#d49c545365e3a888f21b920b16bee319
https://conda.anaconda.org/conda-forge/noarch/r-repmis-0.5-r43hc72bb7e_4.conda#cd91a84276e913145daa5c57e8821987
https://conda.anaconda.org/conda-forge/noarch/r-repr-1.1.7-r43h785f33e_1.conda#c5196ead473f381384bc3dda3671c346
https://conda.anaconda.org/conda-forge/linux-64/r-reshape2-1.4.4-r43h0d4f4ea_4.conda#45c563cc9243b5243331b57a4dc445f0
https://conda.anaconda.org/conda-forge/linux-64/r-rsqlite-2.3.8-r43h93ab643_0.conda#860ad80b64b7f47f7900622b9909fa42
Expand Down
4 changes: 3 additions & 1 deletion r/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ dependencies:
- r-doparallel
- r-dplyr
- r-earth
- r-rerddap
- r-fields
- r-foreach
- r-forecast
Expand Down Expand Up @@ -74,6 +73,7 @@ dependencies:
- r-mmand
- r-mapdata
- r-mapedit
- r-mapplots
- r-mapproj
- r-maps
- r-maptools
Expand Down Expand Up @@ -104,6 +104,8 @@ dependencies:
- r-rastervis
- r-readr
- r-remotes
- r-repmis
- r-rerddap
- r-reshape
- r-rgdal >=1.5
- r-rgeos
Expand Down

0 comments on commit f95db86

Please sign in to comment.