Skip to content

[Bioc-devel] how to avoid the warning of replacing previous import edgeR::rpkm by NOISeq::rpkm when loading ComSeq

3 messages · Martin Morgan, Li, Dongmei

#
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.

Kind regards,

Dongmei
#
On 06/22/2017 03:10 PM, Li, Dongmei wrote:
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
This email message may contain legally privileged and/or...{{dropped:2}}
#
Hi Martin,

Thanks so much for all your help!

Best,
Dongmei
On 6/22/17, 4:05 PM, "Martin Morgan" <martin.morgan at roswellpark.org> wrote: