Adds a package to SyncroSim from a package file.
addPackageFile(filename, session = NULL)# S4 method for ANY,character
addPackageFile(filename, session = NULL)
# S4 method for ANY,missingOrNULL
addPackageFile(filename, session = NULL)
# S4 method for ANY,Session
addPackageFile(filename, session = NULL)
Character string. The path to a SyncroSim package file.
Session.
This function invisibly returns `TRUE` upon success (i.e.successful install) and `FALSE` upon failure.