Dear All,
I would like to import gsealmPerm function from GSEAlm package:
I added to DESCRIPTION file : imports: GSEAlm
I added to NAMESPACE file: importFrom (GSEAlm, gsealmPerm)
And I used the function as: GSEAlm::gsealmPerm(arguments.....)
but it yet failed to run function. When I load GSEAlm package it works.
When is there a NON-exportable function from package how can I use it without to load all functionalities of package?
This post seems talk about this. The use of ::: is not recommended.
Thanks
Karim