Title: | Interface to the Carbon Budget Model Library Based on CBM-CFS3 |
---|---|
Description: | Provides wrappers for working with 'libcbm_py' in R. |
Authors: | Scott Morken [aut], Celine Boisvenue [aut], Alex M Chubaty [aut, cre] , Eliot McIntire [aut] |
Maintainer: | Alex M Chubaty <[email protected]> |
License: | MPL-2.0 + file(LICENSE) |
Version: | 0.0.0.9009 |
Built: | 2024-11-16 01:24:55 UTC |
Source: | https://github.com/PredictiveEcology/libcbmr |
libcbm
python packageInstall libcbm
python package
install_libcbm(method = "auto", conda = "auto", envname = NULL)
install_libcbm(method = "auto", conda = "auto", envname = NULL)
method |
Installation method. By default, "auto" automatically finds a method that will work in the local environment. Change the default to force a specific installation method. Note that the "virtualenv" method is not available on Windows. |
conda |
The path to a |
envname |
The name, or full path, of the environment in which Python
packages are to be installed. When |
DESCRIPTION NEEDED
libcbm_libcbm_resources()
libcbm_libcbm_resources()
DESCRIPTION NEEDED
libcbm_model_variables()
libcbm_model_variables()
DESCRIPTION NEEDED
libcbm_output_processor()
libcbm_output_processor()
Will try to guess whether to use use_condaenv()
or use_virtualenv
.
py_use_env(envname = NULL)
py_use_env(envname = NULL)
envname |
Either the name of, or the path to, a Python virtual or conda environment. |