I have R 2.15.0 running under Windows 7. I installed the igraph 0.5.4 package from a zip file. When I attempt to load igraph using "library(igraph)", I get the error package igraph is not installed for arch=x64. When I repeat this using the 32-bit version of R, I get the same basic error but with "arch=i386" instead of x64. [[alternative HTML version deleted]]
I get no error loading this package (cannot reproduce). I suggest you uninstall and reinstall R, and do not install or run as administrator (per your other email). If this does not solve your problem, please read the Posting Guide and follow it's recommendations to improve your odds of getting constructive assistance. --------------------------------------------------------------------------- Jeff Newmiller The ..... ..... Go Live... DCN:<jdnewmil at dcn.davis.ca.us> Basics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/Batteries O.O#. #.O#. with /Software/Embedded Controllers) .OO#. .OO#. rocks...1k --------------------------------------------------------------------------- Sent from my phone. Please excuse my brevity. "jalanthomas at verizon.net" <jalanthomas at verizon.net> wrote:>I have R 2.15.0 running under Windows 7. I installed the igraph 0.5.4 >package from a zip file. When I attempt to load igraph using >"library(igraph)", I get the error package igraph is not installed for >arch=x64.? When I repeat this using the 32-bit version of R, I get the >same basic error but with "arch=i386" instead of x64. > > > [[alternative HTML version deleted]] > >______________________________________________ >R-help at r-project.org mailing list >https://stat.ethz.ch/mailman/listinfo/r-help >PLEASE do read the posting guide >http://www.R-project.org/posting-guide.html >and provide commented, minimal, self-contained, reproducible code.
On 30/05/2012 00:23, jalanthomas at verizon.net wrote:> I have R 2.15.0 running under Windows 7. I installed the igraph 0.5.4 package from a zip file. When I attempt to load igraph using "library(igraph)", I get the error package igraph is not installed for arch=x64. When I repeat this using the 32-bit version of R, I get the same basic error but with "arch=i386" instead of x64.Most likely you used the wrong zip file ... but on the information you provided we have no idea what it was. Try unzipping http://cran.r-project.org/bin/windows/contrib/2.15/igraph_0.5.5-4.zip (or installing from the menus). -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595
Thank you. This version worked. [[alternative HTML version deleted]]