Hi everyone, I've followed the instructions from R-Admin Section 6.6 for
creating a local repository. I've modified my Rprofile.site file to add the
local repository to my repos, but I haven't been able to successfully
install my package from the repo. Here's the code that I've run.
################################## sessionInfo() getOption("repos")
setwd("Q:/Integrated Planning/R") list.files(path = ".", recursive = TRUE)
tools::write_PACKAGES("bin/windows/contrib/2.15", type = "win.binary")
list.files(path = ".", recursive = TRUE) install.packages("RTIO")
install.packages("RTIO", repos = "Q:/Integrated Planning/R")
install.packages("RTIO", repos = "Q:/Integrated Planning/R", type =
"win.binary")
unlink(c("bin/windows/contrib/2.15/PACKAGES","bin/windows/contrib/2.15/PACKAGES.gz"))
############  click here <http://totalltelugumovies.blogspot.in>  



--
View this message in context: 
http://r.789695.n4.nabble.com/Installing-Packages-from-a-Local-Repository-tp4653820.html
Sent from the R help mailing list archive at Nabble.com.
        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to