if (FALSE) {
# Install the base package "stsim"
addPackage("stsim")
# Set the file path and name of the new SsimLibrary
myLibraryName <- file.path(tempdir(),"testlib")
# Set the SyncroSim Session and SsimLibrary
mySession <- session()
myLibrary <- ssimLibrary(name = myLibraryName, session = mySession)
# Retrieve a data.frame of available add-on(s) for the SsimLibrary
addon(myLibrary)
}
Run the code above in your browser using DataLab