Package 'icepalace'

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-09-05 05:54:31 UTC
Source: https://github.com/ropenscilabs/icepalace

Help Index


Snapshot a Package Repository

Description

Snapshot a Package Repository

Usage

snapshot_package_repository(
  url,
  destdir = basename(url),
  type = c("source", "mac.binary", "win.binary"),
  r_version = NULL
)

Arguments

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)

Examples

## Not run: 
snapshot_package_repository("https://jeroen.r-universe.dev", type = "source")

## End(Not run)