Skip to content
Prev 7771 / 21312 Next

[Bioc-devel] Bug in frmaTools

I also discovered another apparent bug later in the same function. The 
second to last line of makeVectorsAffyBatch is

     vers <- ifelse(!is.null(cdfname), 
as.character(packageVersion(cdfname)), "")

If cdfname is NULL, this line will throw an error because the second 
argument to ifelse will have length zero and "ifelse" does NOT do lazy 
evaluation.
On 07/06/2015 12:21 PM, Ryan C. Thompson wrote: