Skip to contents

The functions or variables listed here are no longer part of rliesel as they are no longer needed.

Usage

check_liesel_version()
use_liesel_venv(...)

Arguments

...

Defunct.

Details

Starting from version 1.41, reticulate can manage Python environments and dependencies automatically. If reticulate finds no installed version of Liesel or an incompatible one, it will install a compatible version automatically. Users who wish to manage their Python environment manually, please use reticulate::use_virtualenv() or reticulate::use_condaenv(). See also vignette("package", "reticulate").