I am a newbie and trying to work with R for a SNA project for grad school. I am on a Mac OS 11.6 using Anaconda Navigator to access RStudio. I ran - install.packages("igraph") and got a warning " Warning in install.packages : installation of package ‘igraph’ had non-zero exit status". It then says
The downloaded source packages are in
‘/private/var/folders/fb/1572wy922ny8chpk2r0000gn/T/RtmpNX9bZr/downloaded_packages’
Updating HTML index of packages in '.Library'
Making 'packages.html' ... done
library(igraph)
Error in library(igraph) : there is no package called ‘igraph’
I have no idea where to go from here. Any insight on this issue would be greatly appreciated (thank you in advance)