if (FALSE) {
# Set SyncroSim Session
mySession <- session()
# List all available updates for a package
updatePackage(name = "stsim", session = mySession, listonly = TRUE)
# Update ST-Sim package
updatePackage(name = "stsim", session = mySession, listonly = FALSE)
# Update all packages
updatePackage(session = mySession)
}
Run the code above in your browser using DataLab