Cannot for the life of me get R2jags to run. I have tried all different versions of rjags, JAGS, R... each time I get the same error: .onLoad failed in loadNamespace() for 'rjags' All of the other files in the R2jags package loads just fine...
Asked
Active
Viewed 1,117 times
2
-
have you run `install.packages("rjags")`? – Benjamin Oct 03 '16 at 10:58
-
Yes, this prompts the exact same error. – Lars Asph Oct 03 '16 at 11:02
-
Did you try the solution here? http://stackoverflow.com/a/33069892/6455166 – Weihuang Wong Oct 03 '16 at 11:03
-
Yes. Have tried each JAGS version, having all of them installed at the same time, and each installed separately. All I get is this: – Lars Asph Oct 03 '16 at 11:07
-
Error : .onLoad failed in loadNamespace() for 'rjags', details: call: packageVersion(pkg, lib) error: package ‘rjags’ not found Error: package or namespace load failed for ‘rjags’ – Lars Asph Oct 03 '16 at 11:07