if (FALSE) {
# 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)
# List all installed packages
packages(mySession)
# List all available packages on the server (including currently installed)
packages(installed = FALSE)
# Check the package(s) in your SsimLibrary
packages(myLibrary)
}
Run the code above in your browser using DataLab