I installed XCode, XQuartz and OpenBUGS on my Mac using WINE. When I
tried to test my installation I received the following error.
The following code is an example from R Help bugs:
> schools.sim <- bugs(data, inits,
+ parameters, model.file, n.chains=3,
+ n.iter=1000,
+ n.thin=10,n.burnin=10,bin=1,
+ DIC=FALSE,debug=TRUE,
+ useWINE = TRUE,
+ program = "OpenBUGS",
+ bugs.directory="c:/ProgramFiles/OpenBUGS/")
Loading required package: BRugs
Error in openbugs(data, inits, parameters.to.save, model.file, n.chains, :
BRugs is required
In addition: Warning message:
In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return =
TRUE, :
there is no package called BRugs
If correct, BRugs does not exist for R 2.15.1.
Is there a means to get arrange this problem?
Thanks
Paul
[[alternative HTML version deleted]]
_______________________________________________
R-SIG-Mac mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-mac