powered by
Creates the conda environment for the specified SyncroSim package(s).
createCondaEnv(pkgs, session = NULL)# S4 method for ANY,character createCondaEnv(pkgs, session = NULL)# S4 method for ANY,missingOrNULL createCondaEnv(pkgs, session = NULL)# S4 method for ANY,Session createCondaEnv(pkgs, session = NULL)
# S4 method for ANY,character createCondaEnv(pkgs, session = NULL)
# S4 method for ANY,missingOrNULL createCondaEnv(pkgs, session = NULL)
# S4 method for ANY,Session createCondaEnv(pkgs, session = NULL)
Invisibly returns TRUE upon success (i.e.successful creation of the conda environment(s)) or FALSE upon failure.
TRUE
FALSE
character or list of characters.
Session object or character (i.e. filepath to a session). If NULL, session() will be used
Session
NULL
session()
if (FALSE) { # Set up a SyncroSim Session mySession <- session() # Create the conda environment for helloworldConda package condaFilepath(pkgs = "helloworldConda", mySession) }
Run the code above in your browser using DataLab