[Rd] inst/ and hidden files/directories, especially inst/.svn/?

2010-11-02 Thread Henrik Bengtsson
In Section 'Package subdirectories' of 'Writing R Extensions', it says about the inst/ directory that: "The contents of the inst subdirectory will be copied recursively to the installation directory (except perhaps hidden files with names starting with ‘.’)." Indeed, on Windows with R v2.12.0 pa

Re: [Rd] BLAS benchmarks on R 2.12.0 and related performance issues

2010-11-02 Thread Stefan Evert
On 2 Nov 2010, at 19:33, Prof. John C Nash wrote: > Ultimately we need good performance benchmarks. They are difficult to set up > properly and > tedious to run. Maybe a good subject for a Google Summer of Code project for > next year or > some undergraduate projects. Seconded and thirded! St

Re: [Rd] on the usage of do.call

2010-11-02 Thread Duncan Murdoch
On 02/11/2010 11:28 AM, Christophe Dutang wrote: Hello all, I don't know if it is possible, but I would like to use do.call in C code in my package. The function do.call is defined as > do.call function (what, args, quote = FALSE, envir = parent.frame()) { if (!is.list(args)) stop

Re: [Rd] on the usage of do.call

2010-11-02 Thread Matt Shotwell
On Tue, 2010-11-02 at 11:28 -0400, Christophe Dutang wrote: > Hello all, > > I don't know if it is possible, but I would like to use do.call in C code in > my package. The function do.call is defined as > > do.call > function (what, args, quote = FALSE, envir = parent.frame()) > { > if (!is.li

Re: [Rd] BLAS benchmarks on R 2.12.0 and related performance issues

2010-11-02 Thread Prof. John C Nash
This thread pointed out that the "plain vanilla" library for linear algebra outperformed the fancy ones for the original poster -- and he had mentioned this, but still got "you ought to " advice that was inappropriate and ignored his stated experience. I've been surprised sometimes myself wi

Re: [Rd] make error for R 2.13.0 (and 2.12.0)

2010-11-02 Thread Tom "spot" Callaway
On 10/18/2010 03:03 AM, Peter Dalgaard wrote: > On 10/18/2010 02:39 AM, Radford Neal wrote: >> Regarding Tengfei Yin's post about an error trying to install >> "cluster" in 2.13.0, I have gotten an error with this package when >> trying to install the released version of 2.12.0. Here is the output

[Rd] on the usage of do.call

2010-11-02 Thread Christophe Dutang
Hello all, I don't know if it is possible, but I would like to use do.call in C code in my package. The function do.call is defined as > do.call function (what, args, quote = FALSE, envir = parent.frame()) { if (!is.list(args)) stop("second argument must be a list") if (quote) {

Re: [Rd] can not built a package

2010-11-02 Thread Wincent
Actually, I did install Rtools212. On 2 November 2010 12:27, Remko Duursma wrote: > > > This probably means you do not have Rtools installed, see here : > > http://www.murdoch-sutherland.com/Rtools/installer.html > > > > greetings, > Remko > -- > View this message in context: > http://r.789695.n

Re: [Rd] can not built a package

2010-11-02 Thread Remko Duursma
This probably means you do not have Rtools installed, see here : http://www.murdoch-sutherland.com/Rtools/installer.html greetings, Remko -- View this message in context: http://r.789695.n4.nabble.com/can-not-built-a-package-tp3023089p3023170.html Sent from the R devel mailing list archive