[Bioc-devel] Namespace and function 'open'
Markus Schmidberger
schmidb at ibe.med.uni-muenchen.de
Fri Feb 15 17:36:35 CET 2008
Error: package 'affy' does not have a name space
With
importMethod(affy, open)
I can build and install the package. But I still have the error
Fehler in UseMethod("open") : keine anwendbare Methode für "open"
Best
Markus
Sean Davis schrieb:
> On Fri, Feb 15, 2008 at 11:25 AM, Markus Schmidberger
> <schmidb at ibe.med.uni-muenchen.de> wrote:
>
>> But there is no NAMESPACE in the package "affy". Therefore I can not
>> import the variables.
>>
>> importClassesFrom(affy, ProgressBarText)
>>
>> Error: package 'affy' does not have a name space
>>
>
> How about:
>
> import(affy)
>
> Does that do it?
>
> Sean
>
More information about the Bioc-devel
mailing list