Displaying 1 result from an estimated 1 matches for "bonferroniholmgraph".
2011 Jun 10
3
CRAN package with dependencies on Bioconductor
...t even the following commands will fail
(i.e. install incompatible versions) for R 2.12 under Windows (and most
likely MacOS):
source("http://www.bioconductor.org/biocLite.R")
biocLite("graph")
install.packages("gMCP")
This results in errors like the following:
> BonferroniHolmGraph(2)
Error in validObject(.Object) :
invalid class "graphMCP" object: superclass "graphBase" not defined in the
environment of the object's class
The superclass graphBase is introduced in graph 1.30. In my understanding
the problem is that our package gMCP is build on CRAN...