install_ssw_py: Install ssw-py and its dependencies

View source: R/install.R

install_ssw_pyR Documentation

Install ssw-py and its dependencies

Description

Install ssw-py and its dependencies

Usage

install_ssw_py(
  ...,
  envname = "r-ssw-py",
  new_env = identical(envname, "r-ssw-py")
)

Arguments

...

Other arguments passed to reticulate::py_install().

envname

The name or full path of the environment in which ssw-py is installed. Default is r-ssw-py.

new_env

Logical. If TRUE, the specified Python environment will be deleted and recreated if it already exists. Defaults to TRUE only when using the default environment name.

Value

Invisibly returns NULL. Primarily used for its side effect of installing the Python package in the specified environment.

Examples


install_ssw_py()


ssw documentation built on Sept. 18, 2024, 9:07 a.m.