Learn R Programming

GRANBase (version 2.6.20)

updateArchive: Move older package sources to the Archive directory

Description

Move older versions of packages into the repo Archive

Usage

updateArchive(repo, repodest = destination(repo),
  archive = archivedir(repo), ext = "\\.tar\\..*$")

Arguments

repo

A GRAN repo object

repodest

The repo destination (something that looks like BASE_REPO_DIR/src/contrib)

archive

The Archive directory where older packages will be stored

ext

Regex describing the file extension of the built packages