I’m using this code to start an R session:
library(rsyncrosim)
programFolder = “C:/Program Files/SyncroSim”
Ses = session(programFolder)
When I try to start the session in the 3d line of code, I get the following error:
Warning message:
In .local(.Object, …) : Model type stsim not recognized. Options are:
Can you tell me the installed versions that you have for the following?
SyncroSim, ST-Sim, rsyncrosim.
Also when you look in “Documents\SyncroSim\Packages” what folder names do you see?
I was running rsysncrosim 1.0.2 and stsim 3.2.11.
When I upgraded to the latest version of rsyncrosim as you suggested, I was able to use the above code to start a session.
Thanks!