Skip to contents

Uses reticulate::py_install() to install real_ladybug into the active Python environment. Run this once after installing the R package.

Usage

ladybugdb_install(envname = NULL, method = "auto", ...)

Arguments

envname

Name of the Python / conda environment to install into. Defaults to NULL (uses the currently active reticulate environment).

method

Installation method passed to reticulate::py_install(). "auto" tries pip first.

...

Additional arguments forwarded to reticulate::py_install().

Value

Invisible NULL. Called for its side effect.

Examples

if (FALSE) { # \dontrun{
ladybugdb_install()
} # }