[Bioc-devel] Namespace and function 'open'
Vincent Carey 525-2265
stvjc at channing.harvard.edu
Fri Feb 15 16:37:35 CET 2008
On Fri, 15 Feb 2008, Markus Schmidberger wrote:
>The function "open" is located in the "base" package. This should be
>imported automatically.
>
>importFrom(base, open)
>Fails with an error:
>
>Error in asNamespace(ns, base.OK = FALSE) :
> operation not allowed on base name space
>
>Best,
>Markus
There is an S3 method called 'open' in base.
There is an S4 method called 'open' in affy.
to learn about the latter
library(affy)
example("ProgressBarText-class")
The information transmitted in this electronic communica...{{dropped:10}}
More information about the Bioc-devel
mailing list