I've run into the issue a few times, where when I call simobs get a cannot find function 'melt' error. When I run library(data.table), the issue goes away. I have not pinpointed if I have other libraries load that may cause the conflict, but I think changing melt to data.table::melt on line 749 of simulation.R may fix the issue. Though I see that data.table::melt has been commented out.
I've run into the issue a few times, where when I call
simobsget acannot find function 'melt'error. When I runlibrary(data.table), the issue goes away. I have not pinpointed if I have other libraries load that may cause the conflict, but I think changingmelttodata.table::melton line 749 of simulation.R may fix the issue. Though I see thatdata.table::melthas been commented out.