Skip to content

Commit f95db86

Browse files
committed
R image: added mapplots and repmis, and made a couple of small cleanups
1 parent 2f04c57 commit f95db86

File tree

3 files changed

+22
-30
lines changed

3 files changed

+22
-30
lines changed

r/Dockerfile

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
#syntax=docker/dockerfile:1.3
2-
# FROM continuumio/miniconda3:4.12.0@sha256:58b1c7df8d69655ffec017ede784a075e3c2e9feff0fc50ef65300fc75aa45ae
3-
# 11/14/24: Use a miniconda image that's a bit older than the rstudio-server package; just in case
42
FROM continuumio/miniconda3:24.7.1-0@sha256:f37f8c7db26ae7ec0098df530e96c9cde139026b9faf3914800d1522c47a49b1
53

64
ENV NB_USER jovyan
75
ENV NB_UID 1000
8-
ENV HOME /home/jovyan
6+
ENV HOME /home/${NB_USER}
97

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

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

65-
# 11/19/2024: Tried Ubuntu focal (20). It didn't make a difference
66-
# ENV RSTUDIO_URL https://download2.rstudio.org/server/focal/amd64/rstudio-server-2024.09.1-394-amd64.deb
67-
68-
# # (11/13/2024: The comment below is at from 2022 or earlier)
69-
# # Newer one has bug that doesn't work with jupyter-rsession-proxy
70-
# ENV RSTUDIO_URL https://download2.rstudio.org/server/bionic/amd64/rstudio-server-2022.07.1-554-amd64.deb
71-
# ENV RSTUDIO_URL https://download2.rstudio.org/server/bionic/amd64/rstudio-server-1.2.5042-amd64.deb
7262
RUN curl --silent --location --fail ${RSTUDIO_URL} > /tmp/rstudio.deb && \
7363
dpkg -i /tmp/rstudio.deb && \
7464
rm /tmp/rstudio.deb
7565

7666
USER ${USER}
7767

7868
WORKDIR ${HOME}
79-
USER ${USER}
8069

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

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

9786
# Install R libs from CRAN and GitHub
98-
# 2024-10-10: Have there been improvements in install_cran and install_github such that
99-
# dependencies, upgrade_dependencies, upgrade could now be set to TRUE or the default?
100-
# RUN installGithub.R BigelowLab/rasf BigelowLab/ohwobpg # not working on GH but works locally :-/
10187
RUN \
10288
# -- Dependencies to the target packages, not already installed via the conda environment
89+
# Install dependencies before "target" packages, either in the conda environment or here
10390
Rscript -e "remotes::install_cran('PBSmapping', dependencies=FALSE, upgrade_dependencies=FALSE, upgrade=FALSE)" && \
10491
# -- Target packages
10592
Rscript -e "remotes::install_cran('plot.matrix', dependencies=FALSE, upgrade_dependencies=FALSE, upgrade=FALSE)" && \

r/conda-linux-64.lock

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Generated by conda-lock.
22
# platform: linux-64
3-
# input_hash: b064f256a2e647aa5d9387adba87783c45f7ef10612be238e19dd2c1a4fd5838
3+
# input_hash: e6956d4811dbd558b15d2167610a422525a87c259760b1017b4f627d6f6ee57c
44
@EXPLICIT
55
https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2#d7c89558ba9fa0495403155b64376d81
66
https://conda.anaconda.org/conda-forge/noarch/_r-mutex-1.0.1-anacondar_1.tar.bz2#19f9db5f4f1b7f5ef5f6d67207f25f38
@@ -114,7 +114,7 @@ https://conda.anaconda.org/conda-forge/linux-64/libzip-1.11.2-h6991a6a_0.conda#a
114114
https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.9.4-hcb278e6_0.conda#318b08df404f9c9be5712aaa5a6f0bb0
115115
https://conda.anaconda.org/conda-forge/linux-64/nano-8.2-haa1a288_0.conda#de8018f428ccd78ab5cf41bf6353e82c
116116
https://conda.anaconda.org/conda-forge/linux-64/nccl-2.23.4.1-h03a54cd_2.conda#a08604ac3f9c3dbd128bb24e089dee5f
117-
https://conda.anaconda.org/conda-forge/linux-64/nss-3.106-hdf54f9c_0.conda#efe735c7dc47dddbb14b3433d11c6feb
117+
https://conda.anaconda.org/conda-forge/linux-64/nss-3.107-hdf54f9c_0.conda#294b7009fe9010b35c25bb683f663bc3
118118
https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hba22ea6_2.conda#df359c09c41cd186fffb93a2d87aa6f5
119119
https://conda.anaconda.org/conda-forge/linux-64/pixman-0.43.2-h59595ed_0.conda#71004cbf7924e19c02746ccde9fd7123
120120
https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda#47d31b792659ce70f470b5c82fdfb7a4
@@ -141,7 +141,7 @@ https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-4.25.3-hd5b35b9_1.co
141141
https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2023.09.01-h5a48ba9_2.conda#41c69fba59d495e8cf5ffda48a607e35
142142
https://conda.anaconda.org/conda-forge/linux-64/librttopo-1.1.0-h8917695_15.conda#20c3c14bc491f30daecaa6f73e2223ae
143143
https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.6.0-h1dd3fc0_3.conda#66f03896ffbe1a110ffda05c7a856504
144-
https://conda.anaconda.org/conda-forge/linux-64/libxgboost-2.1.2-cuda118_h09a87be_0.conda#d59c3f95f80071f24ebce434494ead0a
144+
https://conda.anaconda.org/conda-forge/linux-64/libxgboost-2.1.2-cuda118_h09a87be_1.conda#706196aa07632a23a1fb7d34da1ba2d1
145145
https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.5-hb346dea_0.conda#c81a9f1118541aaa418ccb22190c817e
146146
https://conda.anaconda.org/conda-forge/linux-64/minizip-4.0.7-h401b404_0.conda#4474532a312b2245c5c77f1176989b46
147147
https://conda.anaconda.org/conda-forge/linux-64/python-3.12.7-hc5c86c4_0_cpython.conda#0515111a9cdf69f83278f7c197db9807
@@ -165,7 +165,7 @@ https://conda.anaconda.org/conda-forge/noarch/certifi-2024.8.30-pyhd8ed1ab_0.con
165165
https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.0-pyhd8ed1ab_0.conda#a374efa97290b8799046df7c5ca17164
166166
https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-unix_pyh707e725_0.conda#f3ad426304898027fc619827ff428eca
167167
https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.1.0-pyhd8ed1ab_1.conda#c88ca2bb7099167912e3b26463fff079
168-
https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.8-py312h2ec8cdc_0.conda#eb182854d81037c9cfd95b06aba22c06
168+
https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.9-py312h2ec8cdc_0.conda#c522fd70ca7a0c2fe1a861dd13987a57
169169
https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2#43afe5ab04e35e17ba28649471dd7364
170170
https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2#961b3a227b437d82ad7054484cfa71b2
171171
https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_0.tar.bz2#3cf04868fee0a029769bd41f4b2fbf2d
@@ -187,7 +187,7 @@ https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-25_linux64_openbl
187187
https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.10.1-hbbe4b11_0.conda#6e801c50a40301f6978c53976917b277
188188
https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda#928b8be80851f5d8ffb016f9c81dae7a
189189
https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-25_linux64_openblas.conda#4dc03a53fc69371a6158d0ed37214cd3
190-
https://conda.anaconda.org/conda-forge/linux-64/libpq-16.5-h2d7952a_0.conda#3b863477ad017cfa8456a5aa0a17b950
190+
https://conda.anaconda.org/conda-forge/linux-64/libpq-16.6-h2d7952a_0.conda#7fa1f554b760a2d6018ecc673fb73f6c
191191
https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2#91e27ef3d05cc772ce627e51cff111c4
192192
https://conda.anaconda.org/conda-forge/linux-64/lz4-4.3.3-py312hb3f7f12_1.conda#b99d90ef4e77acdab74828f79705a919
193193
https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.2-py312h178313f_0.conda#a755704ea0e2503f8c227d84829a8e81
@@ -222,7 +222,7 @@ https://conda.anaconda.org/conda-forge/linux-64/re2-2023.09.01-h7f4b329_2.conda#
222222
https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2#912a71cc01012ee38e6b90ddd561e36f
223223
https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.21.0-py312h12e396e_0.conda#37f4ad7cb4214c799f32e5f411c6c69f
224224
https://conda.anaconda.org/conda-forge/noarch/send2trash-1.8.3-pyh0d859eb_0.conda#778594b20097b5a948c59e50ae42482a
225-
https://conda.anaconda.org/conda-forge/noarch/setuptools-75.5.0-pyhff2d567_0.conda#ade63405adb52eeff89d506cd55908c0
225+
https://conda.anaconda.org/conda-forge/noarch/setuptools-75.6.0-pyhff2d567_0.conda#68d7d406366926b09a6a023e3d0f71d7
226226
https://conda.anaconda.org/conda-forge/noarch/simpervisor-1.0.0-pyhd8ed1ab_0.conda#1f6df17b16d6295a484d59e844fef6ee
227227
https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2#e5f25f8dbc060e9a8d912e432202afc2
228228
https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_0.conda#490730480d76cf9c8f8f2849719c6e2b
@@ -283,7 +283,7 @@ https://conda.anaconda.org/conda-forge/noarch/partd-1.4.2-pyhd8ed1ab_0.conda#0ba
283283
https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_0.conda#629f3203c99b32e0988910c93e77f3b6
284284
https://conda.anaconda.org/conda-forge/linux-64/pillow-10.4.0-py312h56024de_1.conda#4bd6077376c7f9c1ce33fd8319069e5b
285285
https://conda.anaconda.org/conda-forge/linux-64/poppler-24.04.0-hb6cd0d7_0.conda#d19eed746748f1d44b575662f2bcfe95
286-
https://conda.anaconda.org/conda-forge/linux-64/postgresql-16.5-hb2eb5c0_0.conda#f0b1fc2c91661400dc7f516f96339e99
286+
https://conda.anaconda.org/conda-forge/linux-64/postgresql-16.6-hb2eb5c0_0.conda#093e98b901ac8298e77e6e3c7184b1e1
287287
https://conda.anaconda.org/conda-forge/linux-64/proj-9.4.0-hb784bbd_2.conda#b0683c229de4c4c676450d24ff87538c
288288
https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_0.conda#4c05134c48b6a74f33bbb9938e4a115e
289289
https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_0.conda#b6dfd90a2141e573e4b6a81630b56df5
@@ -293,8 +293,8 @@ https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab
293293
https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyh0d859eb_0.conda#efba281bbdae5f6b0a1d53c6d4a97c93
294294
https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda#f1acf5fdefa8300de697982bcb1761c9
295295
https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.12.2-hd8ed1ab_0.conda#52d648bd608f5737b123f510bb5514b5
296-
https://conda.anaconda.org/conda-forge/linux-64/yarl-1.17.2-py312h66e93f0_0.conda#99518ade67138dcce4f2751b47ab5b00
297-
https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.11.6-py312h178313f_0.conda#3a62de1af76079acb81fad6936e1f6f8
296+
https://conda.anaconda.org/conda-forge/linux-64/yarl-1.18.0-py312h66e93f0_0.conda#601d2b19a54fd9346ba18c07c2516339
297+
https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.11.7-py312h178313f_0.conda#a1dc198dad91736555c27caa420029b1
298298
https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_0.conda#7e9f4612544c8edbfd6afad17f1bd045
299299
https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-21.2.0-py312h66e93f0_5.conda#1505fc57c305c0a3174ea7aae0a0db25
300300
https://conda.anaconda.org/conda-forge/noarch/arrow-1.3.0-pyhd8ed1ab_0.conda#b77d8c2313158e6e461ca0efb1c2c508
@@ -318,7 +318,7 @@ https://conda.anaconda.org/conda-forge/noarch/mako-1.3.6-pyhff2d567_0.conda#bcd0
318318
https://conda.anaconda.org/conda-forge/linux-64/nlopt-2.8.0-py312h69683c5_2.conda#8582b8ef6a808ace0bfb83213ac54d54
319319
https://conda.anaconda.org/conda-forge/linux-64/pandas-2.2.3-py312hf9745cd_1.conda#8bce4f6caaf8c5448c7ac86d87e26b4b
320320
https://conda.anaconda.org/conda-forge/linux-64/pango-1.54.0-h4c5309f_1.conda#7df02e445367703cd87a574046e3a6f0
321-
https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.23.4-py312h12e396e_0.conda#0845ab52d4ea209049129a6a91bc74ba
321+
https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.27.0-py312h12e396e_0.conda#9729cebbd1ad13a592359001bf4408d9
322322
https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.36-py312h66e93f0_0.conda#3ce28408f8cea2d889b5ebd569f3316b
323323
https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.2-pyhd8ed1ab_0.conda#e7df0fdd404616638df5ece6e69ba7af
324324
https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.23.0-py312hef9b889_1.conda#8b7069e9792ee4e5b4919a7a306d2e67
@@ -335,7 +335,7 @@ https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_0.t
335335
https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_0.conda#da304c192ad59975202859b367d0f6a2
336336
https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.28.0-ha262f82_0.conda#9e7960f0b9ab3895ef73d92477c47dae
337337
https://conda.anaconda.org/conda-forge/noarch/oauthlib-3.2.2-pyhd8ed1ab_0.tar.bz2#8f882b197fd9c4941a787926baea4868
338-
https://conda.anaconda.org/conda-forge/noarch/pydantic-2.9.2-pyhd8ed1ab_0.conda#1eb533bb8eb2199e3fef3e4aa147319f
338+
https://conda.anaconda.org/conda-forge/noarch/pydantic-2.10.0-pyh10f6f8f_0.conda#c8d0d99422d56d42185f43e1d4808cb5
339339
https://conda.anaconda.org/conda-forge/linux-64/r-base-4.3.3-h9967228_14.conda#147bc8f0c0695a7f29284fc47a8c4bb9
340340
https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.3-pyhd8ed1ab_0.conda#6b55867f385dd762ed99ea687af32a69
341341
https://conda.anaconda.org/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.11.0-h325d260_1.conda#11d926d1f4a75a1b03d1c053ca20424b
@@ -399,6 +399,7 @@ https://conda.anaconda.org/conda-forge/noarch/r-listenv-0.9.1-r43hc72bb7e_1.cond
399399
https://conda.anaconda.org/conda-forge/linux-64/r-littler-0.3.20-r43hdb488b9_1.conda#8964f630f964dbea4eac2765a58db0f4
400400
https://conda.anaconda.org/conda-forge/linux-64/r-lpsolve-5.6.22-r43h2b5f3a1_0.conda#d184c9379b43bc36c11672d89ea173fb
401401
https://conda.anaconda.org/conda-forge/linux-64/r-magrittr-2.0.3-r43hb1dbf0f_3.conda#fc61bcf37e59037b486c8841a704e9da
402+
https://conda.anaconda.org/conda-forge/noarch/r-mapplots-1.5.2-r43hc72bb7e_1.conda#604f73eb8dc6bf1fe7821968a0caee24
402403
https://conda.anaconda.org/conda-forge/linux-64/r-maps-3.4.2.1-r43h2b5f3a1_0.conda#6f0792a8c58c6597b3334775ccd0bce5
403404
https://conda.anaconda.org/conda-forge/linux-64/r-mass-7.3_60.0.1-r43hb1dbf0f_1.conda#c3c9184486ccabe19b86aba11351652e
404405
https://conda.anaconda.org/conda-forge/linux-64/r-matrixstats-1.4.1-r43h2b5f3a1_0.conda#4e7f80d3e24e7dcc88fc6f3c3ce231b1
@@ -566,7 +567,7 @@ https://conda.anaconda.org/conda-forge/noarch/r-urlchecker-1.0.1-r43hc72bb7e_3.c
566567
https://conda.anaconda.org/conda-forge/linux-64/r-urltools-1.7.3-r43ha18555a_5.conda#7b70a8ca046c392df68deae0fe2b2336
567568
https://conda.anaconda.org/conda-forge/linux-64/r-vctrs-0.6.5-r43h0d4f4ea_1.conda#7f4c30bb576acec2a682c40790c2d406
568569
https://conda.anaconda.org/conda-forge/linux-64/r-websocket-1.4.1-r43h93ab643_3.conda#4f23d50519d65ae8dbf05787aa5fd908
569-
https://conda.anaconda.org/conda-forge/linux-64/r-xgboost-2.1.2-cuda118_r43h4cbe3ba_0.conda#dbeb47006ac4ed5737a5a1fd5ed91869
570+
https://conda.anaconda.org/conda-forge/linux-64/r-xgboost-2.1.2-cuda118_r43h4cbe3ba_1.conda#7ba1683254295f38290373c5d98b3d9b
570571
https://conda.anaconda.org/conda-forge/noarch/r-xopen-1.0.1-r43hc72bb7e_1.conda#f394a5d99c94c0cdded7fcd1e2117b02
571572
https://conda.anaconda.org/conda-forge/linux-64/r-xts-0.14.1-r43h2b5f3a1_0.conda#e336d7af8b309b241e2bbbc46bfb7bf6
572573
https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.14.2-pyhd8ed1ab_0.conda#ca23c71f70a7c7935b3d03f0f1a5801d
@@ -597,6 +598,7 @@ https://conda.anaconda.org/conda-forge/noarch/r-leaflet.providers-2.0.0-r43hc72b
597598
https://conda.anaconda.org/conda-forge/noarch/r-pillar-1.9.0-r43hc72bb7e_2.conda#49a43daa7f46eecd9d42f1073da96662
598599
https://conda.anaconda.org/conda-forge/noarch/r-pkgbuild-1.4.5-r43hc72bb7e_0.conda#4155a239cfff00d7deea928cb35a57ce
599600
https://conda.anaconda.org/conda-forge/linux-64/r-purrr-1.0.2-r43hdb488b9_1.conda#4270c6c51a02fc0da32b9d7b453ef3f5
601+
https://conda.anaconda.org/conda-forge/noarch/r-r.cache-0.16.0-r43hc72bb7e_3.conda#09180fff5f2b11a8898749894719ed0c
600602
https://conda.anaconda.org/conda-forge/linux-64/r-raster-3.6_30-r43h93ab643_0.conda#bfa29868dec832c950b8f1da406244ba
601603
https://conda.anaconda.org/conda-forge/linux-64/r-sass-0.4.9-r43ha18555a_1.conda#4671c120e368b94d8651b7289d06a43f
602604
https://conda.anaconda.org/conda-forge/noarch/r-spacetime-1.3_2-r43hc72bb7e_0.conda#2ac1b8dcc50c846b7e128fe1aab566a1
@@ -628,6 +630,7 @@ https://conda.anaconda.org/conda-forge/noarch/r-progress-1.2.3-r43hc72bb7e_1.con
628630
https://conda.anaconda.org/conda-forge/noarch/r-quantmod-0.4.26-r43hc72bb7e_1.conda#28b8367bd8320296d787ea6450713c1c
629631
https://conda.anaconda.org/conda-forge/linux-64/r-ragg-1.3.3-r43h9aa3752_0.conda#c3cd60e5eeed900f4f4c3a1e5ce6f244
630632
https://conda.anaconda.org/conda-forge/noarch/r-rcmdcheck-1.4.0-r43h785f33e_3.conda#d49c545365e3a888f21b920b16bee319
633+
https://conda.anaconda.org/conda-forge/noarch/r-repmis-0.5-r43hc72bb7e_4.conda#cd91a84276e913145daa5c57e8821987
631634
https://conda.anaconda.org/conda-forge/noarch/r-repr-1.1.7-r43h785f33e_1.conda#c5196ead473f381384bc3dda3671c346
632635
https://conda.anaconda.org/conda-forge/linux-64/r-reshape2-1.4.4-r43h0d4f4ea_4.conda#45c563cc9243b5243331b57a4dc445f0
633636
https://conda.anaconda.org/conda-forge/linux-64/r-rsqlite-2.3.8-r43h93ab643_0.conda#860ad80b64b7f47f7900622b9909fa42

r/environment.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ dependencies:
4141
- r-doparallel
4242
- r-dplyr
4343
- r-earth
44-
- r-rerddap
4544
- r-fields
4645
- r-foreach
4746
- r-forecast
@@ -74,6 +73,7 @@ dependencies:
7473
- r-mmand
7574
- r-mapdata
7675
- r-mapedit
76+
- r-mapplots
7777
- r-mapproj
7878
- r-maps
7979
- r-maptools
@@ -104,6 +104,8 @@ dependencies:
104104
- r-rastervis
105105
- r-readr
106106
- r-remotes
107+
- r-repmis
108+
- r-rerddap
107109
- r-reshape
108110
- r-rgdal >=1.5
109111
- r-rgeos

0 commit comments

Comments
 (0)