pkg_list_archived_versions: Get previous package versions available on CRAN

View source: R/packages--check.R

pkg_list_archived_versionsR Documentation

Get previous package versions available on CRAN

Description

Function to scrape the CRAN website and retrieve archived (old) package versions

Usage

pkg_list_archived_versions(package)

Arguments

package

(character) Package name.

Value

Vector with version numbers (the current version is not present).

Examples

pkg_list_archived_versions("ggplot2")

pkg_list_archived_versions("none")

mokymai/bs documentation built on Jan. 28, 2025, 8:26 p.m.