Re: [Rd] Have download.packages consider non-CRAN repositories

2012-06-23 Thread Uwe Ligges
On 22.06.2012 15:10, Ingmar Schuster wrote: Hi Uwe and List, Thanks for your suggestions. It's a complete repository with source Packages and the PACKAGES(.gz) index file under "src/contrib/". As mentioned: explicitly calling install.packages("PACKAGE_NAME", repos="file:///Users/arbeit/Docum

Re: [Rd] Have download.packages consider non-CRAN repositories

2012-06-22 Thread Ingmar Schuster
Hi Uwe and List, Thanks for your suggestions. It's a complete repository with source Packages and the PACKAGES(.gz) index file under "src/contrib/". As mentioned: explicitly calling install.packages("PACKAGE_NAME", repos="file:///Users/arbeit/Documents/clarin/Open_Science/PMR2/", type="source");

Re: [Rd] Have download.packages consider non-CRAN repositories

2012-06-21 Thread Ingmar Schuster
2012/6/21 Duncan Murdoch : > On 12-06-21 5:58 AM, Ingmar Schuster wrote: >> >> Hi List, >> >> I've set up a CRAN-like repository (not a CRAN mirror) on the local >> filesystem (this will change to http in the future). R has been told >> about this repository using the following entry in >> R_HOME/e

Re: [Rd] Have download.packages consider non-CRAN repositories

2012-06-21 Thread Uwe Ligges
On 21.06.2012 14:05, Duncan Murdoch wrote: On 12-06-21 5:58 AM, Ingmar Schuster wrote: Hi List, I've set up a CRAN-like repository (not a CRAN mirror) on the local filesystem (this will change to http in the future). R has been told about this repository using the following entry in R_HOME/et

Re: [Rd] Have download.packages consider non-CRAN repositories

2012-06-21 Thread Duncan Murdoch
On 12-06-21 5:58 AM, Ingmar Schuster wrote: Hi List, I've set up a CRAN-like repository (not a CRAN mirror) on the local filesystem (this will change to http in the future). R has been told about this repository using the following entry in R_HOME/etc/repositories: PMR2PMR2file:///Users/

Re: [Rd] Have download.packages consider non-CRAN repositories

2012-06-21 Thread Ingmar Schuster
I was not completely explicit on this part: everything works as expected when I do pass repos="file:///Users/..." as an option. Only I'm trying to eliminate the need for passing it. Ingmar 2012/6/21 Ingmar Schuster : > Now I expected download.packages(), install.packages() etc. to look > for pa

[Rd] Have download.packages consider non-CRAN repositories

2012-06-21 Thread Ingmar Schuster
Hi List, I've set up a CRAN-like repository (not a CRAN mirror) on the local filesystem (this will change to http in the future). R has been told about this repository using the following entry in R_HOME/etc/repositories: PMR2PMR2file:///Users/arbeit/Documents/clarin/Open_Science/PMR2/ TRU