Hello all,
We have created a new package called dgraph which contains all the igraph
codebase along with our graph decomposition functions.
We have overwritten the Namespace and exported only our functions.So, the
user will not be able to access the functions of igraph through our package
dgraph.
Hi Annu,
unfortunately this is not easily possible AFAIK. The igraph R package has
no public C-level API.
Basically all you can do currently is copying all igraph source code into
your own package. There is already another package on CRAN that does this.
Gabor
On Tue, Jan 17, 2017 at 11:45 AM, A
Hello all,
I have implemented few graph decomposition algorithm for R using Igraph's C
API. I would like to know how can I resolve the dependencies on igraph
while creating my own package.
Thanks
Annu Joshi
[[alternative HTML version deleted]]