Package 'libcbmr'

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.9008
Built: 2024-10-14 05:33:43 UTC
Source: https://github.com/PredictiveEcology/libcbmr

Help Index


Install libcbm python package

Description

Install libcbm python package

Usage

install_libcbm(method = "auto", conda = "auto", envname = NULL)

Arguments

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 conda executable. Use "auto" to allow reticulate to automatically find an appropriate conda binary. See Finding Conda and conda_binary() for more details.

envname

The name, or full path, of the environment in which Python packages are to be installed. When NULL (the default), the active environment as set by the RETICULATE_PYTHON_ENV variable will be used; if that is unset, then the r-reticulate environment will be used.


cbm_exn_model

Description

DESCRIPTION NEEDED

Usage

libcbm_cbm_exn_model()

cbm_variables

Description

DESCRIPTION NEEDED

Usage

libcbm_cbm_variables()

libcbm_resources

Description

DESCRIPTION NEEDED

Usage

libcbm_libcbm_resources()

model_variables

Description

DESCRIPTION NEEDED

Usage

libcbm_model_variables()

output_processor

Description

DESCRIPTION NEEDED

Usage

libcbm_output_processor()

Use conda or virtual environment

Description

Will try to guess whether to use use_condaenv() or use_virtualenv.

Usage

py_use_env(envname = NULL)

Arguments

envname

Either the name of, or the path to, a Python virtual or conda environment.