Dear all, I have any problem for my R Program (R.2.8.0). I want to use Brugs Package, this package has been installed. But there are error messages :> library(BRugs)Loading required package: coda Error: package 'coda' could not be loaded In addition: Warning messages: 1: package 'BRugs' was built under R version 2.8.1 2: In library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.loc) : there is no package called 'coda' I hope a solution for this problem. Thank you for your attention. Best Regards, Rahmi Wijaya Indonesia [[alternative HTML version deleted]]
Kurniawati Rahmi wrote:> > > I have any problem for my R Program (R.2.8.0). > I want to use Brugs Package, this package has been installed. > But there are error messages : > >> library(BRugs) > Loading required package: coda > Error: package 'coda' could not be loaded > > 1: package 'BRugs' was built under R version 2.8.1 >The first can be resolved by installing package "coda". If you have problems installing a package, you might try to do some easier exercises with R first. BRugs is one of the really tricky package in R. The second message is a warning and probably not that critical, but you can get rid of it by installing the latest version of R which is 2.9.1, and updating the packages. Dieter -- View this message in context: http://www.nabble.com/Problem---BRugs-Package-tp24952509p24952681.html Sent from the R help mailing list archive at Nabble.com.