rigraph icon indicating copy to clipboard operation
rigraph copied to clipboard

object ‘.innei’ is not exported by 'namespace:igraph'

Open ntamas opened this issue 8 years ago • 0 comments

From @mkhezr on September 26, 2017 20:21

Hello!

I'm developing an R package which depends on igraph. but R CMD check shows the following:

Warning messages: 1: object ‘.innei’ is not exported by 'namespace:igraph' 2: object ‘.outnei’ is not exported by 'namespace:igraph'

Is there a workaround to get check to pass clean? Why aren't these special vertex indexing functions exported?

Thanks

Copied from original issue: igraph/igraph#1033

ntamas avatar Sep 26 '17 20:09 ntamas