-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move R dependencies to environment.yml
and set r-akima
version
#2725
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
@@ -37,9 +37,29 @@ dependencies: | |||||||||
- ncl | ||||||||||
- r-base | ||||||||||
# R packages needed for development | ||||||||||
- r-abind | ||||||||||
- r-akima<=0.6-2.3 | ||||||||||
- r-climdex.pcic | ||||||||||
- r-ClimProjDiags | ||||||||||
- r-docopt | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Here, |
||||||||||
- r-functional | ||||||||||
- r-ggplot2 | ||||||||||
- r-git2r # dependency of lintr | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should be removed since conda will take care of dependencies. |
||||||||||
- r-gridExtra | ||||||||||
- r-lintr | ||||||||||
- r-logging | ||||||||||
- r-mapproj | ||||||||||
- r-maps | ||||||||||
- r-multiApply | ||||||||||
- r-ncdf4 | ||||||||||
- r-ncdf4.helpers | ||||||||||
- r-PCICt | ||||||||||
- r-plyr | ||||||||||
- r-RColorBrewer | ||||||||||
- r-Rcpp | ||||||||||
- r-s2dverification | ||||||||||
- r-snow | ||||||||||
- r-SPEI | ||||||||||
- r-styler | ||||||||||
- r-yaml | ||||||||||
- r-udunits2 # needed by the docker build | ||||||||||
Comment on lines
64
to
65
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remember to add the pinning to https://github.com/conda-forge/esmvaltool-suite-feedstock/blob/46332d1f303b96679093b424fb0691ac39083e8b/recipe/meta.yaml#L147 when it comes to the release. Perhaps best to have an issue on the feedstock?