[R] Install package of "BRugs"?

Uwe Ligges ligges at statistik.tu-dortmund.de
Wed Mar 31 08:53:50 CEST 2010



On 30.03.2010 22:01, David Winsemius wrote:
>
> On Mar 30, 2010, at 3:42 PM, Hua Li wrote:
>
>> Hi All,
>>
>> I'm trying to install the package "BRugs" and could not find it on the
>> install package list. Then I tried the suggestion to run the following
>> command in R
>>
>> install.packages("BRugs")
>>
>> but get the following error message:
>>
>> Loading required package: BRugs
>> Warning message:
>> In library(package, lib.loc = lib.loc, character.only = TRUE,
>> logical.return = TRUE, :
>> there is no package called 'BRugs'
>>
>> and the command of
>>
>> library(BRugs)
>>
>> results in the following
>> Error in library(BRugs) : there is no package called 'BRugs'
>>
>> So how can I install BRugs at this point? I'm using R 2.8.1 on Windows
>> XP profession x64 edition.
>
>
> The glaringly obvious search strategy:
>
> r-project brugs
>
> .... on google provides this as the first hit:
>
> http://cran.r-project.org/web/packages/BRugs/


BRugs is hosted on CRAN extras (Brian Ripley's special cases repository) 
due to license specific issues.

Please update your R and try  install.packages("BRugs")  again, you will 
get it from CRAN extras which is a default repository under Windows 
(unless you deselected it).

Uwe Ligges






>
>
>
>>
>> Thanks a lot!
>>
>> Hua
>>
>> ______________________________________________
>> R-help at r-project.org mailing list
>> https://stat.ethz.ch/mailman/listinfo/r-help
>> PLEASE do read the posting guide
>> http://www.R-project.org/posting-guide.html
>> and provide commented, minimal, self-contained, reproducible code.
>
> David Winsemius, MD
> West Hartford, CT
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list