repo_snapshot | R Documentation |
Downloads a full copy (snapshot) of an R package repository.
repo_snapshot(repo, destdir = "snapshot", bin_versions = r_version())
r_version()
repo |
url of the cran-like repository to snapshot |
destdir |
where to save the snapshots (path). |
bin_versions |
vector with versions of R to download the win/mac binary packages. The default is to download binaries only for your local version. Set to NULL to not download any binaries. |
None, used for its side-effects.
repo_snapshot(
"https://jeroen.r-universe.dev",
bin_versions = c("4.1", "4.2", "4.3")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.