Deletes a package from your SyncroSim installation.
deletePackage(name, session = NULL, force = FALSE)# S4 method for ANY,character
deletePackage(name, session = NULL, force = FALSE)
# S4 method for ANY,missingOrNULL
deletePackage(name, session = NULL, force = FALSE)
# S4 method for ANY,Session
deletePackage(name, session = NULL, force = FALSE)
Character. The name of the package to delete.
Session.
logical. If T, delete without requiring confirmation from user.
This function invisibly returns `TRUE` upon success (i.e.successful deletion) and `FALSE` upon failure.