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 `/home/jeet/Scratch/r-bu
Hi,
we are using R installed on several linux computer - mostly debian lenny
and also ubuntu, all 64 bit. Approx.two week ago, I started getting the
following error when I tried to plot().
Error in X11() : X11 module cannot be loaded
In addition: Warning message:
In X11() : unable to load shared l
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 rest
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 (
> 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 be
On Fri, Apr 24, 2009 at 14:40, Wacek Kusnierczyk
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 strings included
>> =A0 =A0
Hi, Patrick,
We have ported Rgraphviz to Win64, and we had the same issue.
Basically we have to compile graphviz from the scratch (because there is no
graphviz binaries on Win64) and rename graph.dll to graphviz-graph.dll.
Thanks,
Alex
On Fri, Apr 24, 2009 at 11:07 AM, Patrick Aboyoun wrote: