Skip to content

Latest commit

 

History

History

conda

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Conda recipe for climate4R metapackage

Installing climate4R conda metapackage

conda install -c conda-forge -c r -c defaults -c santandermetgroup  r-climate4r

Note for jupyter notebook users: From a dedicated environment, to run notebooks using climate4R include it as:

conda install -c conda-forge -c r -c defaults -c santandermetgroup  r-climate4r jupyter r-irkernel

in order to include jupyter notebooks in your newly created environment


Building climate4R conda metapackage

conda build -c conda-forge -c r -c defaults -c santandermetgroup .
anaconda login
anaconda upload -u SantanderMetGroup PATH_TO_TAR_BZ2

ToDo, explore mamba and boa

mamba and boa

Install:

conda install mamba -n base -c conda-forge

Build:

rm -rf ${HOME}/miniconda3/conda-bld/src_cache
conda mambabuild -c conda-forge -c r -c defaults -c santandermetgroup . &>log &