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, Annu Joshi <annu.mcs.du.2...@gmail.com>
wrote:

> 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]]
>
> ______________________________________________
> R-package-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel
>

        [[alternative HTML version deleted]]

______________________________________________
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel

Reply via email to