Updates a SyncroSim package.
updatePackage(name = NULL, session = NULL, listonly = FALSE)# S4 method for ANY,character
updatePackage(name = NULL, session = NULL, listonly = FALSE)
# S4 method for ANY,missingOrNULL
updatePackage(name = NULL, session = NULL, listonly = FALSE)
# S4 method for ANY,Session
updatePackage(name = NULL, session = NULL, listonly = FALSE)
Character string. The name of the package to update. If NULL, all packages will be updated.
Session.
Logical. If TRUE, available updates are listed only.
This function invisibly returns `TRUE` upon success (i.e.successful update) and `FALSE` upon failure.