if (FALSE) {
# Create a new SyncroSim Session
mySession <- session()
# Add package from the package server
addPackage("stsim", session = mySession)
# Add package using a local file path
addPackage("c:/path/to/stsim.ssimpkg")
}
Run the code above in your browser using DataLab