[R] Installing Packages from a Local Repository

2012-12-23 Thread radhi
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. ###

Re: [R] Installing Packages from a Local Repository

2012-12-15 Thread Prof Brian Ripley
On 15/12/2012 17:36, Uwe Ligges wrote: You have to specify the repository as "file:Q:/Integrated Planning/R" (and I am not entirely sure if blanks are supported). Actually, that's not right: see ?url. All URI schemes start like file:// . For Windows the help says In this form the pat

Re: [R] Installing Packages from a Local Repository

2012-12-15 Thread Uwe Ligges
You have to specify the repository as "file:Q:/Integrated Planning/R" (and I am not entirely sure if blanks are supported). Best, Uwe Ligges On 13.12.2012 11:52, Tommy O'Dell wrote: Hi everyone, I've followed the instructions from R-Admin Section 6.6 for creating a local repository. I've m

[R] Installing Packages from a Local Repository

2012-12-13 Thread Tommy O'Dell
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.