View source: R/archivePackages.R
archivePackages | R Documentation |
The function moves older versions of packages into a CRAN-style archive folder.
archivePackages(repopath = getOption("dratRepo", "~/git/drat"),
type = c("source", "binary", "mac.binary", "mac.binary.big-sur-x86_64",
"mac.binary.big-sur-arm64", "mac.binary.el-capitan", "mac.binary.mavericks",
"win.binary", "both"), pkg, version = getRversion())
archivePackagesForAllRversions(repopath = getOption("dratRepo", "~/git/drat"),
type = c("source", "binary", "mac.binary", "mac.binary.big-sur-x86_64",
"mac.binary.big-sur-arm64", "mac.binary.el-capitan", "mac.binary.mavericks",
"win.binary", "both"), pkg)
repopath |
Character variable with the path to the repo; defaults to the value of the “dratRepo” option with “"~/git/drat"” as fallback |
type |
Character variable for the type of repository, so far “source”, “binary”, “win.binary”, “mac.binary”, “mac.binary.big-sur-x86_64”, “mac.binary.big-sur-arm64”, “mac.binary.mavericks”, “mac.binary.el-capitan” or “both” |
pkg |
Optional character variable specifying a package name(s), whose older versions should be archived. If missing (the default), archiving is performed on all packages. |
version |
R version information in the format |
This function is still undergoing development and polish and may change in subsequent versions.
Thomas J. Leeper
## Not run:
archivePackages() # archive all older package versions
archivePackages(pkg = "drat") # archive older copies of just one package
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.