Message-ID: <m28xm0um6i.fsf@fhcrc.org>
Date: 2006-08-08T00:05:09Z
From: Seth Falcon
Subject: [Bioc-devel] Problem loading Rdbi
In-Reply-To: <44D7CF78.1010906@ma.rr.com> (Ray Morehead's message of "Mon, 07 Aug 2006 19:40:40 -0400")
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