[BioC] were are the XML and xtable packages?

Seth Falcon sfalcon at fhcrc.org
Thu Jul 7 23:21:11 CEST 2005


Hi Chris,

On  7 Jul 2005, cumbrich at jhmi.edu wrote:
> Seth,
>
> I'm getting the following errors from the R console (R2.1, BioC 1.6,
> OS X.3.9):
>
> Loading required package: xtable
> Error: package 'xtable' could not be loaded
> Loading required package: XML
> Error: package 'XML' could not be loaded
>
> when trying to start packages such as KEGGOAP or Widgetinvoke or 
> GOSTATS etc.
>
> The BioC package descriptions page does not list these - where do I
> get them?

You can find these packages on CRAN.  So, I think something like

install.packages(c("XML", "xtable"))

will do the trick.

+ seth



More information about the Bioconductor mailing list