Re: [Rd] cat: ./R/Copy: No such file or directory

2008-11-02 Thread Prof Brian Ripley
Please note that the assmuption is that you can install a pacakge before you check it. R CMD INSTALL often gives fuller diagnostics: I am not sure these would have helped you here, but I would have expected you to have got a 'syntax error' message (which is not 'cryptic': you did have syntax

[Rd] Emacs tags for R code

2008-11-02 Thread Deepayan Sarkar
Hi, I have put up details of a new tool for tagging R code at http://dsarkar.fhcrc.org/rtags/rtags.html that Emacs/ESS users may be interested in. It should be possible to extend this for other editors as well. Comments and feedback welcome. -Deepayan

[Rd] Wishlist: pass args from demo() to source()

2008-11-02 Thread Gabor Grothendieck
Currently demo calls source with a hard coded max.deparse.length = 250 so you can't really see the demo properly in some cases. Note the [TRUNCATED] below. (1) It would be nice if demo passed max.deparse.length (and other args to source). (2) Also a larger max.deparse.length default would be

Re: [Rd] Wishlist: pass args from demo() to source()

2008-11-02 Thread Duncan Murdoch
On 02/11/2008 9:33 AM, Gabor Grothendieck wrote: Currently demo calls source with a hard coded max.deparse.length = 250 so you can't really see the demo properly in some cases. Note the [TRUNCATED] below. (1) It would be nice if demo passed max.deparse.length (and other args to source). (2)

Re: [Rd] cat: ./R/Copy: No such file or directory

2008-11-02 Thread Spencer Graves
Dear Prof. Ripley: Thanks for the suggestion. I've used some of those diagnostics, and I think I knew that I could run R CMD install --build without having passed R CMD check, but I hadn't done it before and didn't think of it. I will remember it for the future. Best Wishes,

[Rd] R CMD check with Matlab and perl?

2008-11-02 Thread Spencer Graves
Hi, All: How might one test Matlab and perl code during R CMD check? I ask for two reasons: First, the fda package exists in both R and Matlab, and it would help if we could run test examples in Matlab as part of R CMD check. I tried R.matlab, but could not get it to work in

[Rd] Thanks for R-2.8.0 still on W2000

2008-11-02 Thread mel
Hello, This little post is just to thank Prof. Ripley and the R team for still maintaining R runable on Windows 2000. I installed R-2.8.0 on Windows 2000 and used it for several computation hours and everything seems to work fine. Many thanks Vincent

Re: [Rd] R CMD check with Matlab and perl?

2008-11-02 Thread Duncan Murdoch
Spencer Graves wrote: Hi, All: How might one test Matlab and perl code during R CMD check? I ask for two reasons: First, the fda package exists in both R and Matlab, and it would help if we could run test examples in Matlab as part of R CMD check. I tried R.matlab, but could