Error in contrib.url(repos, “source”) in R trying to use CRAN without setting a mirror Calls: install.packages -> contrib.url Execution halted

Use

install.packages('plyr', repos = "http://cran.us.r-project.org")

Leave a Comment