From 4f5b2cd21e1172899a88ad1787b31c9ea8ce9fa1 Mon Sep 17 00:00:00 2001 From: Anthony Castronova Date: Wed, 12 Jun 2024 15:05:57 -0400 Subject: [PATCH] removed lib from nhdplustools installation in the R environment. --- singleuser/r/Dockerfile.r | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/singleuser/r/Dockerfile.r b/singleuser/r/Dockerfile.r index 5f3d06c..aadeea9 100644 --- a/singleuser/r/Dockerfile.r +++ b/singleuser/r/Dockerfile.r @@ -124,7 +124,7 @@ RUN mamba install -y \ && fix-permissions $CONDA_DIR # Install NHDPlusTools -RUN R -e 'install.packages("nhdplusTools", lib = Sys.getenv("R_LIBS_USER"), repos = "https://cran.rstudio.com/")' +RUN R -e 'install.packages("nhdplusTools", repos = "https://cran.rstudio.com/")' # set projection info for use by r-sf. # this requires that pyproj is installed