Tolga, The Rbbg binary for 2.15 works for the .0, .1, and .2 minor versions. The issue here is probably a change to the install.packages function that was introduced in R 2.15.2. You can get around this by first calling
R> options(install.packages.check.source = "no") and then following with the Rbbg installation. Hope that helps, John On Mon, Jan 14, 2013 at 5:18 PM, Tolga Uzuner <to...@coubros.com> wrote: > Dear R Users, > > Anyone know of a version of Rbbg compiled for R 2.15.2 . The current > version does not appear to work with 2.15.2 > > > install.packages("Rbbg", repos = "http://r.findata.org") > Installing package(s) into C:/Users/t_uzu_000/Documents/** > R/win-library/2.15 > (as lib is unspecified) > Warning: unable to access index for repository http://r.findata.org/src/** > contrib <http://r.findata.org/src/contrib> > Warning message: > package Rbbg is not available (for R version 2.15.2) > > Thanks in advance, > Tolga > > ______________________________**________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/**listinfo/r-help<https://stat.ethz.ch/mailman/listinfo/r-help> > PLEASE do read the posting guide http://www.R-project.org/** > posting-guide.html <http://www.R-project.org/posting-guide.html> > and provide commented, minimal, self-contained, reproducible code. > [[alternative HTML version deleted]]
______________________________________________ R-help@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.