R packages don't use visual studio. They can't, actually. This is for compilation. You might be able to use the editor, I don't know, but surely not the compiler.
To modify the R package, you need to download the R package, not the C library. The R package already includes all the C code it needs. Gabor On Mon, Jul 13, 2015 at 11:58 AM, Zahra Fatemi <[email protected]> wrote: > > > > Dear All, > I want to change one of igraph functions with visual studio. What should I > do? I downloaded igraph C code from http://igraph.org/c/. Is it correct? > Should I change that function and make a R package again and install new > package in R? > Best Regards > Fatemi > > > > > > > > > _______________________________________________ > igraph-help mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/igraph-help > _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
