Skip to content
Prev 11569 / 398502 Next

unix R CMD check problem

Doh!

turns out I was using a newer feature of S-PLUS that is not supported in R,
or at least was generating the parse error.

replace all

a = b

with

a <- b

(except in arguments, naturally ...)

Sorry to bother anyone ... smooth sailing ahead.
## Tim Hoar, Associate Scientist              email: thoar at ucar.edu     ##
## Geophysical Statistics Project             phone: 303-497-1708       ##
## National Center for Atmospheric Research   FAX  : 303-497-1333       ##
## Boulder, CO  80307                    http://www.cgd.ucar.edu/~thoar ##

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Message-ID: <Pine.GSO.4.30.0106041053410.4367-100000@laplace.cgd.ucar.edu>
In-Reply-To: <Pine.GSO.4.30.0106040944040.4367-101000@laplace.cgd.ucar.edu>