if (FALSE) {
# Set up a SyncroSim Session, SsimLibrary
mySession <- session()
# Retrieve Conda configuration status of the SsimLibrary
useConda(myLibrary)
# Set the Conda configuration of the SyncroSim Library
useConda(myLibrary) <- TRUE
# Only use Conda with the specified SyncroSim packages
useConda(myLibrary) <- "helloworld"
# Only use Conda with multiple specified SyncroSim packages
useConda(myLibrary) <- c("helloworld", "stsim")
}
Run the code above in your browser using DataLab