You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compilation finishes without errors but with warnings now. Installation succeeds
Simulation crashes immediately.
Unfortunately the debugging experience of Rcpp-stuff is really bad. The whole R-runtime crashes and I get no information on the crash whatsoever. No debugger except "print to the log file", which is tedious. Maybe I can compile the current version without Rcpp and R in an IDE with debugging functionality.
Yes, tried installing on Posit Workbench Pro (RStudio Server) and got
In file included from ./src/events.cpp:16:0,
from startSocsimWithFile.cpp:4:
./src/load.cpp:7:22: fatal error: filesystem: No such file or directory
#include
^
compilation terminated.
make: *** [startSocsimWithFile.o] Error 1
ERROR: compilation failed for package ‘rsocsim’
compilation fails as of now with 1 error and a few warnings. I will work on this and post updates here.
The text was updated successfully, but these errors were encountered: