createCondaEnv {rsyncrosim} | R 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 |
|
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)
[Package rsyncrosim version 2.0.1 Index]