Learn R Programming

Zelig (version 3.5.5)

current.packages: Find all packages in a dependency chain

Description

Use current.packages to find all the packages suggested or required by a given package, and the currently installed version number for each.

Usage

current.packages(package)

Arguments

package
a character string corresponding to the name of an installed package

Value

  • A matrix containing the current version number of the packages suggested or required by package.

See Also

packageDescription

Examples

Run this code
current.packages("Zelig")

Run the code above in your browser using DataLab