Skip to content
Prev 13236 / 21312 Next

[Bioc-devel] WARNING regarding imporing SummarizedExperiment

The solution is, in the NAMESPACE, to import only those functions used

   importFrom(SummarizedExperiment, "start", "end")
   importFrom(stats, "mean")

or to import everything but

    importFrom(stats, except = c(start, end))

or to explicitly resolve symbols in the code and not mention them in the 
NAMESPACE file.

     SummarizedExperiment::start(...)

Each of these styles is supported by roxygen2.

Martin
On 04/14/2018 08:37 PM, Ruqian Lyu wrote:
This email message may contain legally privileged and/or...{{dropped:2}}