[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] question
From: |
Gábor Csárdi |
Subject: |
Re: [igraph] question |
Date: |
Tue, 14 Jul 2015 13:12:51 -0400 |
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 <address@hidden> 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
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>