Re: [Rd] importing/loading package without a namespace

2009-09-10 Thread Christos Hatzis
nt: Thursday, September 10, 2009 5:12 PM > To: chris...@nuverabio.com > Cc: r-devel@r-project.org > Subject: Re: [Rd] importing/loading package without a namespace > > Hi Christos -- > > Christos Hatzis wrote: > > I am developing a package that imports some functions fr

Re: [Rd] importing/loading package without a namespace

2009-09-10 Thread Martin Morgan
Hi Christos -- Christos Hatzis wrote: > I am developing a package that imports some functions from another package. > The imported package (qcc) does not have a namespace and this is causing > problems with loading of my package, which has a namespace. Is there a > workaround to allow loading the