[BioC] Using htmlpage

Kasper Daniel Hansen khansen at stat.berkeley.edu
Thu Feb 5 17:55:57 CET 2009


On Feb 5, 2009, at 3:41 , john seers (IFR) wrote:

>
> Hi Jan
>
> Thanks for the reply.
>
>> By using the triple colon you can use objects/functions that are not
>> exported from the namespace. i.e. annotate:::getQuery4Affy()
>
> That would help if I do not have to "assignInNamespace" each  
> function. I
> will try it. Thanks for the suggestion.
>
> Really my problem is the other way round though. I want the package to
> call my (user) function. Is there a currentworkspace:::userfunction()
> option?

This is exactly what namespaces were designed to avoid. You can  
perhaps work around it with assignInNamespace, but it will be ugly and  
a hell to maintain.

Kasper



More information about the Bioconductor mailing list