Skip to content

Commit

Permalink
restore standard rfishbase installation
Browse files Browse the repository at this point in the history
  • Loading branch information
langbart committed Aug 23, 2024
1 parent e1296be commit 08908e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ RUN install2.r --error --skipinstalled \
apexcharter \
ggforce \
treemapify \
sf
sf \
rfishbase

# Install GitHub packages
RUN installGithub.r hrbrmstr/ggchicklet
RUN installGithub.r glmmTMB/glmmTMB/glmmTMB
RUN installGithub.r ropensci/rfishbase

#RUN Rscript -e "devtools::install_version('glmmTMB', version = '1.1.5')"
# Rstudio interface preferences
Expand Down
5 changes: 3 additions & 2 deletions Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,15 @@ RUN install2.r --error --skipinstalled \
apexcharter \
ggforce \
treemapify \
sf
sf \
rfishbase



# Install GitHub packages
RUN installGithub.r hrbrmstr/ggchicklet
RUN installGithub.r glmmTMB/glmmTMB/glmmTMB
RUN installGithub.r ropensci/rfishbase



# Install local package
Expand Down

0 comments on commit 08908e1

Please sign in to comment.