Skip to content
Prev 37805 / 63424 Next

How to set up an own package repository

Janko Thyson <janko.thyson <at> ku-eichstaett.de> writes:
It's pretty easy.  For example, I have a directory hierarchy

R/bin/{windows,windows64}
R/src/contrib/

  in each bottom-level directory I have the appropriate zipped
binaries or tar.gz sources, along with a PACKAGES file generated
by the write_PACKAGES function in the tools package.
  
  see section 6.6 of the R-admin manual.