Re: [Rd] R CMD install: problem quoting spaces when calling gzip?

2010-03-26 Thread Prof Brian Ripley
You haven't told us your version of R (nor any of the other information requested in the posting guide). As far as I can see this works in 2.11.0 alpha. On Fri, 26 Mar 2010, jochen laubrock wrote: There appears to be a quoting problem in the way R CMD install handles file names containing

Re: [Rd] R CMD install: problem quoting spaces when calling gzip?

2010-03-26 Thread jochen laubrock
I am sorry, this was from 2.10.1 on Mac OS X 10.6, so it might be Mac-specific. The behavior is reproducible both from the shell and the GUI version of R (sessionInfo output below). It does not seem to depend on the particular package: it can be reproduced by downloading an archive of a package

Re: [Rd] R CMD install: problem quoting spaces when calling gzip?

2010-03-26 Thread Prof Brian Ripley
So please try 2.11.0 alpha, as I believe this is already fixed (not least, gzip is not called on that platform). Also, I suspect setting the envir variable TAR to 'internal' would work on 2.10.1 (but my Mac is at home). Another thing that does not work with spaces in file names is

Re: [Rd] R CMD install: problem quoting spaces when calling gzip?

2010-03-26 Thread jochen laubrock
Yes, that worked, thanks a lot! Looking forward to the 2.11.0 release. install.packages(~/Projects/R Library/potsdam/eyetrackR/eyetrackR_0.13.tar.gz, repos = NULL, type = source) * installing *source* package ‘eyetrackR’ ... ** R ** data ** demo ** preparing package for lazy loading ** help

[Rd] libgfortran [Was: R CMD install: problem quoting spaces when calling gzip?]

2010-03-26 Thread Simon Urbanek
On Mar 26, 2010, at 8:24 , jochen laubrock wrote: Yes, that worked, thanks a lot! Looking forward to the 2.11.0 release. install.packages(~/Projects/R Library/potsdam/eyetrackR/ eyetrackR_0.13.tar.gz, repos = NULL, type = source) * installing *source* package ‘eyetrackR’ ... ** R ** data **

Re: [Rd] : Operator overloading for custom classes

2010-03-26 Thread Peter Ruckdeschel
I need some help to get some of the object orientation, specifically the methods that overload the basic arithmetic operations, from sample C++ code to R. I don't have experience with such advanced language features inside of R. So I was wondering if some of you could help me out in this