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 e
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
_
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 nic
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) Al
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,
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
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
__
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