An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20111218/c7fd567b/attachment.pl>
Looking for package 'rgp'
3 messages · Worik R, David Winsemius, Barry Rowlingson
On Dec 17, 2011, at 9:30 PM, Worik R wrote:
I am interested in the package 'rgp' But....
install.packages("rgp")
Installing package(s) into ?/home/worik/R/x86_64-pc-linux-gnu- library/2.12? (as ?lib? is unspecified) Warning message: In getDependencies(pkgs, dependencies, available, lib) : package ?rgp? is not available It is in cran: http://cran.r-project.org/web/packages/rgp/index.html How do I install it?
Pick a repository that is not unavailable on Sunday in hte very early morning?
cheers Worik [[alternative HTML version deleted]]
______________________________________________ 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
On Sun, Dec 18, 2011 at 4:29 AM, David Winsemius <dwinsemius at comcast.net> wrote:
On Dec 17, 2011, at 9:30 PM, Worik R wrote:
Installing package(s) into ?/home/worik/R/x86_64-pc-linux-gnu-library/2.12?
Pick a repository that is not unavailable on Sunday in hte very early morning?
And also read the 'Depends' field: Depends: R (? 2.13.0), methods, emoa (? 0.4-2), rrules (? 0.1-0) Assuming the 2.12 in your path means version 2.12 of R (you didnt say, obligatory 'read the posting guide' inserted here) you should probably update R and try again. Barry