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

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

I am getting Prelude.read: no parse
at this line https://github.com/rjnw/hakaru-benchmarks/blob/master/runners/hk/NaiveBayesGibbs/Main.hs#L45 for jags

@ccshan any ideas as to what is going wrong?

Do you have R installed?

Debian package r-cran-rjags
?

But you surely do, because gmm worked

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

but throws an error while writing to file

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

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 ?

Unfortunately that means waiting 6 hours again…

hmm let me try

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