Skip to content

Commit

Permalink
installing chillR from conda fails
Browse files Browse the repository at this point in the history
  • Loading branch information
fnattino committed Mar 2, 2024
1 parent c63671c commit 1091925
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ RUN mamba env update --name base --file /tmp/environment.yml &&\
# Additional R dependencies not available on conda channels
RUN Rscript -e 'devtools::install_github("bluegreen-labs/phenor", upgrade="never")'
RUN Rscript -e 'devtools::install_github("ropensci/rppo", upgrade="never")'
RUN Rscript -e 'install.packages(c("AeRobiology", "daymetr", "MODISTools", "phenocamr", "rnpn"), repos = "http://cran.us.r-project.org")'
RUN Rscript -e 'install.packages(c("AeRobiology", "chillR", "daymetr", "MODISTools", "phenocamr", "rnpn"), repos = "http://cran.us.r-project.org")'

EXPOSE 8888
1 change: 0 additions & 1 deletion image/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ dependencies:
- r-bit
- r-bit64
- r-changepoint
- r-chillr
- r-class
- r-curl
- r-devtools
Expand Down

0 comments on commit 1091925

Please sign in to comment.