Full_Name: Giacomo Catenazzi Version: 1.0.1 OS: Linux (Debian) Submission from: (NULL) (129.132.9.24)>From is.R documentation:`if (exists(is.R) && is.function(is.R) && is.R()) {' ` '## R-specific code `} else {' ` '## S-version of code `}' It should be writen as '' exists("is.R") '' (is.R must be quoted).> exists(is.R)Error in exists(x, envir, mode, inherits) : invalid first argument> exists("is.R")[1] TRUE giacomo -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel 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-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
>>>>> "cate" == cate <cate@neper.ethz.ch> writes:cate> Full_Name: Giacomo Catenazzi cate> Version: 1.0.1 cate> OS: Linux (Debian) cate> Submission from: (NULL) (129.132.9.24) >> From is.R documentation: cate> `if (exists(is.R) && is.function(is.R) && is.R()) {' cate> ` '## R-specific code cate> `} else {' cate> ` '## S-version of code cate> `}' cate> It should be writen as '' exists("is.R") '' (is.R must be quoted). Thanks a lot; now fixed for "R-(release-)patched" Martin -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel 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-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._