carette
2019-5-12 14:28:40

Yes (sorry, I didn’t see this message until just now)


carette
2019-5-12 14:40:20

Yes, I see my TeX installation is texlive2016 - I’ll upgrade that.


rjnw
2019-5-12 23:15:59

rjnw
2019-5-12 23:16:43

@ccshan any ideas as to what is going wrong?


ccshan
2019-5-12 23:18:32

Do you have R installed?


ccshan
2019-5-12 23:19:16

Debian package r-cran-rjags?


ccshan
2019-5-12 23:19:44

But you surely do, because gmm worked


rjnw
2019-5-12 23:20:16

everything works until writing jags... it even takes 6hrs to run


rjnw
2019-5-12 23:20:40

but throws an error while writing to file


rjnw
2019-5-12 23:22:25

I think it is trying to read the output from jags and failing there


ccshan
2019-5-12 23:22:31

I think you can put putStr output before line 95 to print what the rjags subprocess produced… I’m guessing it would uncover some parse error experienced by Utils.timeJags ?


ccshan
2019-5-12 23:22:40

Unfortunately that means waiting 6 hours again…


rjnw
2019-5-12 23:23:14

hmm let me try


ccshan
2019-5-12 23:23:15

the calls to read in Utils.timeJags are probably lazily evaluated