createCondaEnv: Create SyncroSim package conda environments

createCondaEnvR Documentation

Create SyncroSim package conda environments

Description

Creates the conda environment for the specified SyncroSim package(s).

Usage

createCondaEnv(pkgs, session = NULL)

## S4 method for signature 'ANY,character'
createCondaEnv(pkgs, session = NULL)

## S4 method for signature 'ANY,missingOrNULL'
createCondaEnv(pkgs, session = NULL)

## S4 method for signature 'ANY,Session'
createCondaEnv(pkgs, session = NULL)

Arguments

pkgs

character or list of characters.

session

Session object or character (i.e. filepath to a session). If NULL, session() will be used

Value

Invisibly returns TRUE upon success (i.e.successful creation of the conda environment(s)) or FALSE upon failure.

Examples

## Not run: 
# Set up a SyncroSim Session
mySession <- session()

# Create the conda environment for helloworldConda package
condaFilepath(pkgs = "helloworldConda", mySession)

## End(Not run)


syncrosim/rsyncrosim documentation built on Oct. 18, 2024, 1:29 a.m.