I am trying to install CRAN packages after downloading and unzipping the source files in linux. The packages need to install some dependencies but I got following error, why is this so?
> install.packages("/home/sarah/lubridate", dependencies=TRUE)
Installing package into ‘/home/sarah/R/x86_64-redhat-linux-gnu-library/3.1’
(as ‘lib’ is unspecified)
Warning message:
package ‘/home/sarah/lubridate’ is not available (for R version 3.1.0)
P.S I am connecting to the server through SSH and am a sudoer user. I did not use R CMD INSTALL as it needed to install some dependencies as well. Thanks