Create conda env using one of several methods.
Usage
create_env_basilisk(
yaml_path,
pkgs,
sep = "=",
use_subversion = TRUE,
use_nodefaults = TRUE,
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.