[Bioc-devel] Problem loading Rdbi
Ray Morehead <rmorehead at ma.rr.com> writes:
Hi all,
I recently downloaded the current RdbiPgSQL and Rdbi and installed.
When I attempt to load libraries, I get the following error message.
Any thoughts?
library(RdbiPgSQL)
Loading required package: Rdbi
Loading required package: Rdbi
Error in loadNamespace(package, c(which.lib.loc, lib.loc), keep.source =
keep.source) :
cyclic name space dependencies are not supported
Error: package 'Rdbi' could not be loaded
Error: .onLoad failed in 'loadNamespace' for 'Rdbi'
Error: package 'Rdbi' could not be loaded
That looks strange. The dependencies are not, AFAIK, cyclic: RdbiPgSQL depends on Rdbi. Can you give us some specifics: OS, R version, BioC package versions, method of install. Thanks PS: Recent changes in R-devel have broken RdbiPgSQL (functions have been removed from R's C api. We're working on a fix). + seth