when i try to run library(igraph) in R version 3.2.3 i get the following error
> library(igraph)
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
there is no package called ‘magrittr’
Error: package or namespace load failed for ‘igraph’
I am using windows 8,First i installed igraph package from local file (by downloading the zip file from http://igraph.org/r/)
help me....thanks in advance