Adds a package to SyncroSim. This functions will query the SyncroSim package server for the package name provided as input.
addPackage(name, session = NULL)# S4 method for ANY,character
addPackage(name, session = NULL)
# S4 method for ANY,missingOrNULL
addPackage(name, session = NULL)
# S4 method for ANY,Session
addPackage(name, session = NULL)
Character string. The name of the package to install.
Session.
This function will invisibly return `TRUE` upon success (i.e.successful install) and `FALSE` upon failure.