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
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
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 /
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
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
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
> 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
>>
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
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
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
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
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
12 matches
Mail list logo