Skip to content

Commit

Permalink
removed lib from nhdplustools installation in the R environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Castronova committed Jun 12, 2024
1 parent 4df068d commit 4f5b2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singleuser/r/Dockerfile.r
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f5b2cd

Please sign in to comment.