[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.

[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 de