Zuofeng Shang wrote:> Hi all,
>
> There seems a problem when I was installing this package.
> This question has been frequently asked but I didn't find any clue
> to solve it from previous answers and comments. And please forgive me if
> my question has been really answered before!
>
> My system is windows xp and R is 2.7x, when I hit in R
>
> install.packages("BRugs")
>
> the following warnings are output:
>
> Warning in install.packages("BRugs") :
> argument 'lib' is missing: using
> '/u/s/h/shang/R/x86_64-unknown-linux-gnu-library/2.8'
This path is completely unregular if you are on Windows. Is this cygwin?
BRugs won't work under Linux environments.
Best wishes,
Uwe Ligges
> Warning message:
> In install.packages("BRugs") : package 'BRugs' is not
available
>
> And I use
>
> require(BRugs)
>
> to call it in R, it seems R doesn't find it.
> Any comments on it will be appreciated!
>
> Thanks to all!
> Zuofeng
>
> ______________________________________________
> 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.