make_conda_env: Make conda environment

View source: R/make_conda_env.R

make_conda_envR Documentation

Make conda environment

Description

Make a dedicated conda environment for PeakyFinders.

Usage

make_conda_env(...)

Arguments

...

Arguments passed on to echoconda::yaml_to_env

yaml_path

Path to local or remote yaml file with conda build specifications.

method

Method to use to create the conda env:

  • "basilisk" : Uses the R package basilisk.

  • "reticulate" : Uses the R package reticulate.

  • "cli" : Uses a custom wrapper for conda's command line interface.

conda

The path to a conda executable. Use "auto" to allow reticulate to automatically find an appropriate conda binary. See Finding Conda and conda_binary() for more details.

force_new

If the conda env already exists, overwrite it with a new one (DEFAULT: FALSE).

show_contents

Show the contents of the yaml file (if used).

verbose

Print messages.

Value

Conda env name.


neurogenomics/PeakyFinders documentation built on March 24, 2024, 4:28 p.m.