I'm running Windows 7, have R version 3.2.4 Revised, and downloaded RTools. When I attempt to install an older version of igraph (0.7.1), I get the following error:
ERROR: compilation failed for package 'igraph'
* removing 'C:/Users/Tom/Documents/R/win-library/3.2/igraph'
Warning in install.packages :
running command '"C:/PROGRA~1/R/R-32~1.4RE/bin/x64/R" CMD INSTALL -l "C:\Users\Tom\Documents\R\win-library\3.2" "C:/igraph_0.7.1.tar.gz"' had status 1
Warning in install.packages :
installation of package ‘C:/igraph_0.7.1.tar.gz’ had non-zero exit status
The specific command I'm using is:
install.packages("C:/igraph_0.7.1.tar.gz", repos = NULL, type = "source")
although I've tried this a number of different ways (in the command prompt, running as an administrator, using devtools), and nothing works. Any thoughts would be helpful. Thanks.