Skip to content
Prev 9546 / 21318 Next

[Bioc-devel] Conflicting Imports in Namespace

You may also find this useful if you only need to use one of the two.

To import every symbol from a package but for a few exceptions, pass the 
|except| argument to |import|. The directive

import(foo, except=c(bar, baz))

https://cran.r-project.org/doc/manuals/R-exts.html#Specifying-imports-and-exports
On 07/20/2016 02:48 AM, Martin Morgan wrote: