install_python_pkgs: Download and install all the relevant Python packages into a...

View source: R/install_python_pkgs.R

install_python_pkgsR 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)


theft documentation built on Oct. 4, 2024, 1:08 a.m.