Re: [Rd] Saving nothing with save()

2011-12-20 Thread Martin Maechler
> Simon Urbanek > on Mon, 19 Dec 2011 10:38:34 -0500 writes: > Martin, On Dec 19, 2011, at 6:39 AM, Martin Maechler > wrote: >>> Barry Rowlingson on >>> Sun, 18 Dec 2011 01:32:52 + writes: >> >>> Scenario: Here I am working away in R. I've got re

Re: [Rd] Why is the 64bit Windows version of package RSVGTipsDevice not available on CRAN?

2011-12-20 Thread Uwe Ligges
This is because it does not pass 64-bit checks for me in the CRAN checks, doing it manually, it just crashed here (further discussion perhaps better off list): * checking examples ... ** running examples for arch 'i386' ... OK ** running examples for arch 'x64' ... ERROR Running examples in '

Re: [Rd] Speed issue when writing to RGui console from tcl/tk GUI

2011-12-20 Thread peter dalgaard
On Dec 19, 2011, at 11:34 , Richard Cotton wrote: > It seems that there are speed issues when printing to the R console from a > tcl/tk GUI. > > Here are functions to write a lot of output, and to display how long it > takes. > > printsalot <- function(n) > { > for(i in 1:n) cat(i, fill = TRUE

Re: [Rd] rgeos on Linux requires GEOS 3.2.3, not 3.3.1

2011-12-20 Thread Prof Brian Ripley
On 20/12/2011 11:49, Dan Bebber wrote: Some notes on installing rgeos in R 2.14.0 on a Linux Mint 11 (x86_64-pc-linux-gnu) machine 1. rgeos 0.1-15 will not run with GEOS 3.2.0-1, which is the version currently available on Synaptic package manager 2. I installed GEOS 3.3.1 (the latest version)

[Rd] rgeos on Linux requires GEOS 3.2.3, not 3.3.1

2011-12-20 Thread Dan Bebber
Some notes on installing rgeos in R 2.14.0 on a Linux Mint 11 (x86_64-pc-linux-gnu) machine 1. rgeos 0.1-15 will not run with GEOS 3.2.0-1, which is the version currently available on Synaptic package manager 2. I installed GEOS 3.3.1 (the latest version) from http://trac.osgeo.org/geos/, but rg