create_default_conda_env: Create and/or get the default 'ormr' Conda enviroment

View source: R/create_default_conda_env.R

create_default_conda_envR Documentation

Create and/or get the default ormr Conda enviroment

Description

Create and/or get the default ormr Conda enviroment

Usage

create_default_conda_env(
  ormr_folder_name = get_default_ormr_folder_name(),
  python_version = get_default_python_version(),
  verbose = FALSE
)

Arguments

ormr_folder_name

can be either python3 or the name of the folder where ormr installs all Python environments and packages.

python_version

the version of Python used. Use get_default_python_version to get the default Python version.

verbose

the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid.

Value

the default ormr folder name

Author(s)

Richèl J.C. Bilderbeek

Examples

create_default_conda_env()

richelbilderbeek/ormr documentation built on May 23, 2022, 1:15 p.m.