[BioC] bioconductor and ESS
Patrick Brown
p.e.brown at lancaster.ac.uk
Wed Mar 9 13:52:58 CET 2005
Hello. bioconductor behaves strangely when I run R through emacs using
ESS. I'm using R 2.0.1 with windows XP.
using the R gui I get
> temp=new("phenoData")
> validObject(temp)
[1] TRUE
but in emacs I get
> temp=new("phenoData")
> validObject(temp)
Error in validityMethod(object) : No slot of name "phenoLabels" for this
object of class "phenoData"
so I'll use the R gui from now on, but I just wanted to point this out.
More information about the Bioconductor
mailing list