Downloads a full copy (snapshot) of an R package repository.
Examples
if (FALSE) { # interactive()
repo_snapshot(
"https://jeroen.r-universe.dev",
bin_versions = c("4.1", "4.2", "4.3")
)
}
Downloads a full copy (snapshot) of an R package repository.
if (FALSE) { # interactive()
repo_snapshot(
"https://jeroen.r-universe.dev",
bin_versions = c("4.1", "4.2", "4.3")
)
}