[R] RBloomberg Package Problem

2006-11-16 Thread Shubha Karanth
Hi R-Experts, I'm currently using R 2.4.0 in Windows XP. I'm trying to download data from Bloomberg using the package RBloomberg, but it fails to install the three needed packages zoo, chron and 'Rbloomberg. Moreover I am not able to find RBloomberg package as windows binary in CRAN site as

Re: [R] RBloomberg Package Problem

2006-11-16 Thread Gabor Grothendieck
Never used it but if you look down the check list on Windows: http://cran.r-project.org/bin/windows/contrib/checkSummaryWin.html for RBloomberg we see it has an error in attempting to access one of its dependent packages. See if building it yourself or going back to R 2.3.1 helps. On

Re: [R] RBloomberg Package Problem

2006-11-16 Thread Duncan Temple Lang
The RDCOMClient is available from a different repository http://www.omegahat.org/R You can include it in the list of repositories being searched on Windows using the Packages menu in the R GUI and then select the entry Select repositories and include Omegahat in the selection. Or just install

Re: [R] RBloomberg Package Problem

2006-11-16 Thread Shubha Vishwanath Karanth
Package Problem The RDCOMClient is available from a different repository http://www.omegahat.org/R You can include it in the list of repositories being searched on Windows using the Packages menu in the R GUI and then select the entry Select repositories and include Omegahat in the selection

Re: [R] RBloomberg Package Problem

2006-11-16 Thread Duncan Temple Lang
, November 16, 2006 8:00 PM To: Gabor Grothendieck Cc: r-help@stat.math.ethz.ch; Shubha Karanth Subject: Re: [R] RBloomberg Package Problem The RDCOMClient is available from a different repository http://www.omegahat.org/R You can include it in the list of repositories being searched

Re: [R] RBloomberg Package Problem

2006-11-16 Thread Shubha Vishwanath Karanth
To: Shubha Vishwanath Karanth Subject: Re: [R] RBloomberg Package Problem I guess the CRAN build process does not look for dependencies that are not on CRAN? Don't know why this worked in older versions of R. Maybe CRAN did not check dependencies back then? On 11/16/06, Shubha Vishwanath Karanth

Re: [R] RBloomberg Package Problem

2006-11-16 Thread Shubha Vishwanath Karanth
Message- From: Duncan Temple Lang [mailto:[EMAIL PROTECTED] Sent: Thursday, November 16, 2006 8:22 PM To: Shubha Vishwanath Karanth Cc: Gabor Grothendieck; r-help@stat.math.ethz.ch; Shubha Karanth Subject: Re: [R] RBloomberg Package Problem Shubha Vishwanath Karanth wrote: Hello Experts

Re: [R] RBloomberg Package Problem

2006-11-16 Thread davidr
Vishwanath Karanth Sent: Thursday, November 16, 2006 9:10 AM To: Duncan Temple Lang; Gabor Grothendieck Cc: r-help@stat.math.ethz.ch Subject: Re: [R] RBloomberg Package Problem Yes...just now I tried it in my Bloomberg machine and yupp it is working... Thank you so much on this... But this works on any R

[R] 'weaver' package problem

2006-10-08 Thread Michael Kubovy
Hi Seth, The possibility of caching computations would be a great boon when one is iteratively refining a paper; so I'm most grateful for your work on this. Unfortunately I have a problem to report: **installing** source(http://bioconductor.org/biocLite.R;)

Re: [R] 'weaver' package problem

2006-10-08 Thread Seth Falcon
Hi Michael, Michael Kubovy [EMAIL PROTECTED] writes: Hi Seth, The possibility of caching computations would be a great boon when one is iteratively refining a paper; so I'm most grateful for your work on this. Unfortunately I have a problem to report: **testing

Re: [R] 'weaver' package problem

2006-10-08 Thread Peter Dalgaard
Michael Kubovy [EMAIL PROTECTED] writes: Hi Seth, The possibility of caching computations would be a great boon when one is iteratively refining a paper; so I'm most grateful for your work on this. Unfortunately I have a problem to report:

[R]: a package problem

2004-10-28 Thread Xin Qi
Dear R- users and Helpers: I downloaded the package from www.stat.lsa.umich.edu/~faraway/book and installed it from local zip file. It looked fine. But when I input library(faraway) it showed Error in library(faraway) : 'faraway' is not a valid package --- installed 2.0.0? What I used is R

Re: [R]: a package problem

2004-10-28 Thread Roger D. Peng
It seems you downloaded a precompiled binary (for Windows) that was most likely built for a version of R 2.0.0. Either the author needs to rebuild the package for R 2.0.0 or you need to grab the source package and build the Windows binary for yourself. -roger Xin Qi wrote: Dear R- users and

Re: [R]: a package problem

2004-10-28 Thread Prof Brian Ripley
On Thu, 28 Oct 2004, Roger D. Peng wrote: It seems you downloaded a precompiled binary (for Windows) that was most likely built for a version of R 2.0.0. Either the author needs to rebuild the package for R 2.0.0 or you need to grab the source package and build the Windows binary for