Skip to content
Prev 2232 / 21312 Next

[Bioc-devel] Installation process for affymetrix databases (*.db packages)

Hi Auke,

The installer should place the contents of "inst/extdata" into "extdata"
of your installed library, but that is about it.  There *IS* a
dependency however that is logged in the DESCRIPTION file.  Each chip
package requires that an "org" package be installed in order for it to
work.  So for example, this package "zebrafish.db_2.4.1.tar.gz "
requires the "org.Dr.eg.db".  And the message below seems to be
complaining that the database in "org.Dr.eg.db" is not available.  It
does not need to write to this DB, but it does need to be able to read
it.  Did you install the org packages and other dependencies 1st?

Also is there a specific reason why is biocLite() is not your preferred
way to install bioconductor packages?  It handles all of these issues
for you and installs requested packages (and resolves dependencies).

http://www.bioconductor.org/docs/install/


  Marc
On 07/08/2010 02:37 PM, Auke Booij wrote: