Hello guys, I’m novice for R and I already downloaded R and Rstudio.
Then I tried to install igraph and ggplot2 however I couldn’t do.
Currently I use Windows 10 and R 4.0.2
install.packages(“igraph”)
Warning in install.packages :
unable to access index for repository https://ftp.acc.umu.se/mirror/CRAN/src/contrib:
WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding:
Installing package into ‘C:/Users/Tsubasa/Documents/R/win-library/4.0’
(as ‘lib’ is unspecified)
Warning in install.packages :
unable to access index for repository https://ftp.acc.umu.se/mirror/CRAN/src/contrib:
Warning in install.packages :
package ‘igraph’ is not available (for R version 4.0.2)
Warning in install.packages :
unable to access index for repository
It’s showed like this.
I want someone to help me with this problem.
Thank you