[R-pkg-devel] Creating a new package dependent on Igraph

2017-03-13 Thread Annu Joshi
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.

Re: [R-pkg-devel] Creating a new package dependent on Igraph

2017-01-25 Thread Gábor Csárdi
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

[R-pkg-devel] Creating a new package dependent on Igraph

2017-01-17 Thread Annu Joshi
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]]