Skip to content

Commit

Permalink
updated conda to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zequihg50 committed Jul 8, 2021
1 parent bd06d00 commit e1d354b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
3 changes: 2 additions & 1 deletion conda-full/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ conda install mamba -n base -c conda-forge
Build:

```bash
conda mambabuild -c conda-forge -c r -c defaults .
rm -rf ${HOME}/miniconda3/conda-bld/src_cache
conda mambabuild -c conda-forge -c r -c defaults . &>log &
```
4 changes: 4 additions & 0 deletions conda-full/build.sh
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
#!/bin/bash

set -e

Rscript install.R
18 changes: 9 additions & 9 deletions conda-full/install.R
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
package.version <- list(
climate4R.UDG = "0.2.0",
climate4R.UDG = "0.2.3",
loadeR.java = "1.1.1",
loadeR = "1.7.0",
loadeR = "1.7.1",
loadeR.ECOMS = "1.4.6",
transformeR = "2.1.0",
downscaleR = "3.3.2",
transformeR = "2.1.2",
downscaleR = "3.3.3",
downscaleR.keras = "1.0.0",
visualizeR = "1.6.0",
visualizeR = "1.6.1",
convertR = "0.2.0",
geoprocessoR = "0.2.0",
climate4R.climdex = "0.2.1",
climate4R.indices = "0.1.0",
loadeR.2nc = "0.1.1",
climate4R.climdex = "0.2.2",
climate4R.indices = "0.2.0",
loadeR.2nc = "0.1.2",
fireDanger = "1.1.0",
VALUE = "2.2.1",
climate4R.value = "0.0.2",
mopa = "1.0.0",
mopa = "1.0.2",
drought4R = "0.2.0",
climate4R.datasets = "0.0.1"
)
Expand Down
2 changes: 1 addition & 1 deletion conda-full/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: climate4r
version: 1.5.0
version: 1.5.1

source:
url: file://{{ RECIPE_DIR }}/install.R
Expand Down

0 comments on commit e1d354b

Please sign in to comment.