Message-ID: <264855a00802150830j15e0e7e5ufc6eef3c24d9f8ff@mail.gmail.com>
Date: 2008-02-15T16:30:51Z
From: Sean Davis
Subject: [Bioc-devel] Namespace and function 'open'
In-Reply-To: <47B5BD17.2090506@ibe.med.uni-muenchen.de>
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