Title: | Snapshot Current Versions of CRAN-like Repositories |
---|---|
Description: | What the package does (one paragraph). |
Authors: | Maëlle Salmon [cre, aut] , Jeroen Ooms [aut] |
Maintainer: | Maëlle Salmon <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.0.0.9004 |
Built: | 2024-11-04 05:04:12 UTC |
Source: | https://github.com/ropenscilabs/icepalace |
Snapshot a Package Repository
snapshot_package_repository( url, destdir = basename(url), type = c("source", "mac.binary", "win.binary"), r_version = NULL )
snapshot_package_repository( url, destdir = basename(url), type = c("source", "mac.binary", "win.binary"), r_version = NULL )
url |
URL to the CRAN-like repository. |
destdir |
Folder where to save the archives. |
type |
Type of package archives. |
r_version |
R version (character vector) |
## Not run: snapshot_package_repository("https://jeroen.r-universe.dev", type = "source") ## End(Not run)
## Not run: snapshot_package_repository("https://jeroen.r-universe.dev", type = "source") ## End(Not run)