In both testRunMetaSim.R and test.RunSim.R the code declared a new skeleSim.params S4 object then attempts to fill the @timing slot. This throws an error saying such a slot doesn't exist - going back to the skeleSim.classes.R, I can see where the slots for skeleSim.params are defined, and there's not a timing slot there. Should I add it - or am I look at this wrong?
In both
testRunMetaSim.R
andtest.RunSim.R
the code declared a newskeleSim.params
S4 object then attempts to fill the@timing
slot. This throws an error saying such a slot doesn't exist - going back to theskeleSim.classes.R
, I can see where the slots forskeleSim.params
are defined, and there's not a timing slot there. Should I add it - or am I look at this wrong?