Re: [Rd] incorrect output and segfaults from sprintf with %*d (PR#13675)

2009-04-25 Thread maechler
On Fri, Apr 24, 2009 at 14:40, Wacek Kusnierczyk waclaw.marcin.kusnierc...@idi.ntnu.no wrote: maech...@stat.math.ethz.ch wrote: =A0 =A0 vQ sprintf has a documented limit on strings included in the ou= tput using the =A0 =A0 vQ format '%s'. =A0It appears that there is a limit on the leng= th of

[Rd] printCoefmat() with all-zero first column (PR#13677)

2009-04-25 Thread tlumley
m-matrix(c(0,1),ncol=2) printCoefmat(m) [,1] [,2] [1,] NaN1 Warning messages: 1: In min(x) : no non-missing arguments to min; returning Inf 2: In max(x) : no non-missing arguments to max; returning -Inf 3: In log(c(Inf, -Inf), 10) : NaNs produced sessionInfo() R version 2.9.0 beta

Re: [Rd] incorrect output and segfaults from sprintf with %*d (PR#13667)

2009-04-25 Thread Waclaw . Marcin . Kusnierczyk
Martin Maechler wrote: MM well, it is basically (+ a few bytes ?) MM the same 8192 limit that *is* documented. indeed, I was right with that.. hmm, i'd guess this limit is valid for all strings included in the output with any format? not just %s (and, as it appears,

Re: [Rd] Closed-source non-free ParallelR ?

2009-04-25 Thread pax131
Stavros Macrakis-2 wrote: I do not know of any compiler licenses that place restrictions on what you can do with code compiled under them, though I suppose they could in principle. The restrictions typically come if you link to libraries provided with the compiler. These

Re: [Rd] R build fails during make when configured with --with-x=no (PR#13665)

2009-04-25 Thread Simon Urbanek
It should be fixed now. Cheers, Simon On Apr 20, 2009, at 6:58 AM, Peter Dalgaard wrote: j...@ku.edu wrote: If R is configured using the --with=x=no option, then the make fails with the following error: make[1]: *** [R] Error 1 make[1]: Leaving directory