Skip to content
Prev 46625 / 63424 Next

Importing function that is previously imported by other package

On 13-09-06 5:36 AM, Ulrike Gr?mping wrote:
I think we need to see the details.  I don't get those warnings with the 
version on CRAN.  Perhaps you are importing it twice, e.g.

import(combinat)
importFrom(utils, combn)

?

Duncan Murdoch