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
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
2 matches
Mail list logo