Problem :
My R and RStudio were working perfectly fine till I moved the folders while cleaning up my directories & files and now I am facing the following error message :
Should I reinstall the R and RStudio under the Program Files or Program Files (x86)? Also is it good practice to have two libPaths?
install.packages("C:/Users/alecxe/Downloads/fpp_0.5.zip", repos = NULL)
## Warning in install.packages :
## package ‘C:/Users/alecxe/Downloads/fpp_0.5.zip’
## is not available (for R version 3.0.0)
## Installing package into ‘C:/Users/alecxe/Documents/R/win-library/3.0’
## (as ‘lib’ is unspecified)
## package ‘fpp’ successfully unpacked and MD5 sums checked
library("fpp", lib.loc="C:/Users/alecxe/Documents/R/win-library/3.0")
Loading required package: forecast
## Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
## there is no package called ‘colorspace’
## Error: package ‘forecast’ could not be loaded