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

Gábor Csárdi csardi.gabor at gmail.com
Wed Jan 25 17:31:43 CET 2017


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

	[[alternative HTML version deleted]]



More information about the R-package-devel mailing list