install_python_pkgs {theft}R Documentation

Download and install all the relevant Python packages into a target location

Description

Download and install all the relevant Python packages into a target location

Usage

install_python_pkgs(venv, standard_kats = TRUE)

Arguments

venv

character specifying the name of the new virtual environment to create

standard_kats

Boolean denoting whether to try a standard installation of Kats from PyPI using reticulate::virtualenv_install or to install a safer version with less dependencies. Defaults to TRUE

Value

no return value; called for side effects

Author(s)

Trent Henderson

Examples

## Not run: 
install_python_pkgs("theft-test")

## End(Not run)


[Package theft version 0.6.1 Index]