Re: [Rd] Unexpected behavior with \r in Rgui 2.12.0

2010-11-29 Thread Henrik Bengtsson
This is now working. ...almost. There seem to be some "memory" remaining of where to put the point ("cursor") - a memory that is related to the number of characters moving back. Hard to explain, but try this in Rgui (I've added the cursor): > cat("1234\r6789") 6789> | > | > | > | >

[Rd] Windows Rdevel version - no Rgui.exe?

2010-11-29 Thread Keith Satterley
Hi Duncan, just noticed that after installing the Windows R-2.13.0 build there is no i386 directory in the R-2.13.0dev/bin directory and hence no Rgui.exe. Is this intentional with the devel version? I downloaded from http://cran.ms.unimelb.edu.au/, where it says: "This is a combined Windows

Re: [Rd] Possibility for memory improvement: x <- as.vector(x) always(?) duplicates

2010-11-29 Thread Henrik Bengtsson
FYI, from the recent R devel NEWS file: as.vector() and as.double() etc duplicate less when they leave the mode unchanged but remove attributes. as.vector(mode = "any") no longer duplicates when it does not remove attributes. This helps memory usage in matrix() and array(). This improvement will

[Rd] proposal for new flag to R CMD INSTALL

2010-11-29 Thread Kjetil Halvorsen
For the purpose of helping in installing only parts of a package (in my case, the help system), R CMD INSTALL should accept a flag --no-check-deps Below is a diff for R-devel, svn revision53672 kje...@kjetil:~/R/R-devel/src/library/tools/R$ diff install.R.old install.R 116a117 >

Re: [Rd] Sweave choking on \\ in filename

2010-11-29 Thread Duncan Murdoch
On 29/11/2010 8:07 AM, ONKELINX, Thierry wrote: Dear all, Sweave chokes when using "\\" in the path to the Rnw file. Using "/" works fine. The problem is that Eclipse+StatET uses "\\" in the filename. And example of the error, traceback and sessionInfo are given below. This is fixed in R-patc

[Rd] CRAN package archives (tar.gz) now require --no-same-owner under Windows?

2010-11-29 Thread Dominick Samperi
Hello, I have observed with the latest version of Rtools and R 2.12.0 under Windows Vista or Windows 7 (64bit) that tar issues errors of the form "cannot change ownership to uid 1001, gid 100: invalid argument" when one uses: tar -xvzf pkg_version.tar.gz There is an easy work-around: tar --no-s

Re: [Rd] Request: kronecker to get a sep= argument

2010-11-29 Thread Ben Bolker
Charles C. Berry tajo.ucsd.edu> writes: > > On Thu, 25 Nov 2010, Charles C. Berry wrote: > > > On Thu, 25 Nov 2010, Michael Friendly wrote: > > > >> kronecker, with make.dimnames=TRUE uses a hardwired sep=":" in the line > >> > >> tmp <- outer(dnx[[i]], dny[[i]], FUN = "paste", sep

Re: [Rd] package matrix dummy.cpp

2010-11-29 Thread Prof Brian Ripley
On Mon, 29 Nov 2010, Ambrus Kaposi wrote: Thank you for the help. yes.  Though, as Brian mentions below it's strange that you can't compile the package (how?) with the file present. I'd guess that this would mean you cannot (easily) install any CRAN packages that use C++ ? I think this will pr

Re: [Rd] package matrix dummy.cpp

2010-11-29 Thread Ambrus Kaposi
Thank you for the help. > yes.  Though, as Brian mentions below it's strange that you > can't compile the package (how?) with the file present. > I'd guess that this would mean you cannot (easily) install any > CRAN packages that use C++ ? > I think this will preclude you from using very fine R ex

[Rd] Sweave choking on \\ in filename

2010-11-29 Thread ONKELINX, Thierry
Dear all, Sweave chokes when using "\\" in the path to the Rnw file. Using "/" works fine. The problem is that Eclipse+StatET uses "\\" in the filename. And example of the error, traceback and sessionInfo are given below. Best regards, Thierry > Sweave("Q:\\BMK\\cursussen\\interne_opleiding\\de

Re: [Rd] package matrix dummy.cpp

2010-11-29 Thread Martin Maechler
> Prof Brian Ripley > on Sun, 28 Nov 2010 16:00:53 + (GMT) writes: > It is Matrix, not matrix indeed! > I too have corresponded with them about this. It seems to > be a legacy from when the package contained C++ code, and > can now be deleted. yes. Thoug