install_python_dependencies: Install python modules required by MaOEA: numpy and PyGMO

View source: R/maoea.R

install_python_dependenciesR Documentation

Install python modules required by MaOEA: numpy and PyGMO

Description

Install the required python package via conda.

Usage

install_python_dependencies(conda = "auto", envname = NULL, ...)

Arguments

conda

Default: auto

envname

Python virtual environment where the modules will be installed, default to 'r-reticulate'

...

Further argument to pass to reticulate::py_install

Value

0 if dependencies installed and loaded successfully, 1 if fails.


dots26/MaOEA documentation built on Jan. 26, 2023, 4:34 a.m.