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
package(mySession)
# List all the installed base packages
package(installed = "BASE")
# List all available packages on the server (including currently installed)
package(installed = FALSE)
# Check the package you're SsimLibrary is currently using
package(myLibrary)
# Check the templates available for an installed package
addPackage("helloworldSpatial")
package(listTemplates = "helloworldSpatial")
}
Run the code above in your browser using DataLab