igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] igraph install problems


From: Gábor Csárdi
Subject: Re: [igraph] igraph install problems
Date: Tue, 14 Dec 2010 15:25:33 +0100

Hi Mike,

you don't have to copy anything anywhere, just install the igraph
package from R itself, from the 'packages' menu, or by typing in

install.packages("igraph")

at your R prompt. Then load it with:

library(igraph)

This should work. If it does not, then this is most probably not an
igraph problem, but a general R problem, maybe you can get some help
at the R-help mailing list. Unfortunately I don't have 64-bit Vista to
try it.

Best,
Gabor

On Sun, Dec 12, 2010 at 8:46 PM, weeny feh <address@hidden> wrote:
> I get the following message after loading the igraph library using R 32-bit:
>
>> library(igraph)
> Error: package 'igraph' is not installed for 'arch=i386'
>
>
> I get the following message after loading the igraph library using R 64-
> bit:
>> library(igraph)
> Error: package 'igraph' is not installed for 'arch=x64'
>
>
> Im using Windows Vista 64 bit, and have put the igraph folder in the
> 'library' folder of R.
> would appreciate any help in getting this resolved.
>
> thanks,
> Mike
>
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/igraph-help
>
>



-- 
Gabor Csardi <address@hidden>     UNIL DGM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]