Monday, October 12, 2015

R 3.2.2 Error

I got this peculiar error. After installing ggplot2, i couldn't use it. R said there is no such package.
Solution: install package:‘Rcpp’
install.packages("Rcpp")

No comments:

Post a Comment