[Bioc-devel] how to avoid the warning of replacing previous import edgeR::rpkm by NOISeq::rpkm when loading ComSeq
Martin Morgan
martin.morgan at roswellpark.org
Thu Jun 22 22:05:27 CEST 2017
On 06/22/2017 03:10 PM, Li, Dongmei wrote:
> Hi All,
>
> I am using both part of edgeR and NOISeq functions in a new package and got the following warning when conducting package check:
>
> Warning: replacing previous import edgeR::rpkm by NOISeq::rpkm when loading ComSeq
>
> ComSeq is the name of my new package and I used the following import statement in NAMESPACE:
>
> import(edgeR, DESeq2, EBSeq, samr, NOISeq)
>
> I tried to add "import(NOISeq, rpkm)", but still get the same warning.
>
> Any help is highly appreciated.
see importFrom() and import(except=) in Writing R Extensisons section 1.5.1.
https://cran.r-project.org/doc/manuals/r-release/R-exts.html#Specifying-imports-and-exports
Martin
>
> Kind regards,
>
> Dongmei
>
>
> [[alternative HTML version deleted]]
>
> _______________________________________________
> Bioc-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/bioc-devel
>
This email message may contain legally privileged and/or...{{dropped:2}}
More information about the Bioc-devel
mailing list