Skip to content

[Bioc-devel] NAMESPACE and GOstats summary

1 message · rcaloger

#
Thanks to the suggestions of Martin Morgan, I managed to solve the 
problem of NAMESPACE in the following way:
importFrom(AnnotationDbi, summary)
import(GOstats)
export(summary)

Now when I load the package I get:
The following object(s) are masked from package:base :

         summary

and when I execute:
I get a table as expected.

Thanks again for the help.

Raffaele

rcaloger <raffaele.calogero at gmail.com> writes: