Re: [R] parsing error when using R CMD check

2011-09-16 Thread Duncan Murdoch
On 11-09-16 4:48 PM, Tarca, Adi wrote: Hi all, I am trying to run R CMD check on a package which passes R CMD INSTALL. The check stops because of a parsing problem in the example of a given function at this line: return(res[res$ID %in% list$targetGeneSets,]) The code is ok, since it runs if I

[R] parsing error when using R CMD check

2011-09-16 Thread Tarca, Adi
Hi all, I am trying to run R CMD check on a package which passes R CMD INSTALL. The check stops because of a parsing problem in the example of a given function at this line: return(res[res$ID %in% list$targetGeneSets,]) The code is ok, since it runs if I paste it in R. Is this a known parsing i