[Rd] rscproxy version conflict

2008-12-18 Thread meerman
After installing the package 'rscproxy' downloaded from the CRAN server, I get the following error message from R 2.8.0 about a version conflict : package 'rscproxy' successfully unpacked and MD5 sums checked The downloaded packages are in C:\Documents and Settings\John Meerma

[Rd] the list might be interested in this new project

2008-12-18 Thread Bradford Cross
http://code.google.com/p/incremental-statistics/ [[alternative HTML version deleted]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] DTrace probes for R

2008-12-18 Thread Olaf Mersmann
I've integrated some DTrace [1] probes into R. Namely a probe which fires on fuction entry and return and one which fires before / after a garbage collection. Is there any interest in merging something like this into R-devel? If yes, I'd like to discuss which probes and what data would be useful /

[Rd] typo in "R Installation and Administration"

2008-12-18 Thread Yohan Chalabi
Hi all, There seems to be a typo in "R Installation and Administration" in "B.7 Compile and load flags" "special flags for compiling Fortran 95 code to be turned into a shared library" should be FCPICFLAGS and not FPICFLAGS regards, Yohan __ R-devel

Re: [Rd] [R] "Error: bad value" problem

2008-12-18 Thread Peter Dalgaard
Martyn Plummer wrote: > On Thu, 2008-12-18 at 10:57 +0100, Peter Dalgaard wrote: >> Martyn Plummer wrote: >>> This has all the hallmarks of a bug I found and fixed in R-devel >>> (r46998). I did not port the patch over to the R release branch because >>> I could not reproduce the bug. [] >> Ye

Re: [Rd] minor typo in duplicated.Rd (lemgth != length)

2008-12-18 Thread Duncan Murdoch
Sean O'Riordain wrote: s...@sean7:~/R/RSVN/R/trunk/src/library$ svn diff Index: base/man/duplicated.Rd === --- base/man/duplicated.Rd (revision 47231) +++ base/man/duplicated.Rd (working copy) @@ -64,7 +64,7 @@ not be ef

Re: [Rd] Tip for removing -c99 when compiling with icc

2008-12-18 Thread Kurt Hornik
> Prof Brian Ripley writes: > On Thu, 18 Dec 2008, Bjørn-Helge Mevik wrote: >> Dear developeRs, >> >> As of icc 10, the -c99 option is deprecated, and generates a lot of >> warnings when compiling R or R packages. >> >> If you use CC="icc -std=c99" instead of just CC="icc", R's configure >>

Re: [Rd] [R] "Error: bad value" problem

2008-12-18 Thread Martyn Plummer
On Thu, 2008-12-18 at 10:57 +0100, Peter Dalgaard wrote: > Martyn Plummer wrote: > > This has all the hallmarks of a bug I found and fixed in R-devel > > (r46998). I did not port the patch over to the R release branch because > > I could not reproduce the bug. > > > > In R-devel, I was seeing pro

Re: [Rd] [R] "Error: bad value" problem

2008-12-18 Thread Peter Dalgaard
Martyn Plummer wrote: This has all the hallmarks of a bug I found and fixed in R-devel (r46998). I did not port the patch over to the R release branch because I could not reproduce the bug. In R-devel, I was seeing problems with "make test-Segfault". This would occasionally segfault, but most o

Re: [Rd] Tip for removing -c99 when compiling with icc

2008-12-18 Thread Prof Brian Ripley
On Thu, 18 Dec 2008, Bjørn-Helge Mevik wrote: Dear developeRs, As of icc 10, the -c99 option is deprecated, and generates a lot of warnings when compiling R or R packages. If you use CC="icc -std=c99" instead of just CC="icc", R's configure will not add the -c99 option, and the code seems to c

[Rd] Tip for removing -c99 when compiling with icc

2008-12-18 Thread Bjørn-Helge Mevik
Dear developeRs, As of icc 10, the -c99 option is deprecated, and generates a lot of warnings when compiling R or R packages. If you use CC="icc -std=c99" instead of just CC="icc", R's configure will not add the -c99 option, and the code seems to compile and run just fine. (Please don't hesitate

Re: [Rd] [R] "Error: bad value" problem

2008-12-18 Thread Martyn Plummer
This has all the hallmarks of a bug I found and fixed in R-devel (r46998). I did not port the patch over to the R release branch because I could not reproduce the bug. In R-devel, I was seeing problems with "make test-Segfault". This would occasionally segfault, but most of the time would create