create_env_basilisk: Create conda env: basilisk

View source: R/basilisk.R

create_env_basiliskR Documentation

Create conda env: basilisk

Description

Create conda env using one of several methods.

Usage

create_env_basilisk(
  yaml_path,
  pkgs,
  sep = "=",
  use_subversion = FALSE,
  start = TRUE
)

Arguments

yaml_path

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

pkgs

data.table with the columns:

  • "package" : Package names.

  • "version" : Package versions.

  • "channel" : Channel where the package was installed from.

This table can be generated by env_to_yaml function.

use_subversion

Specify the specific package subversion.

start

Execute basiliskStart to build the actual environment.

Value

An object of class BasiliskEnvironment.

Source

GitHub repo

Bioconductor


RajLabMSSM/echoconda documentation built on May 21, 2023, 10:19 a.m.