lib_status {pkgdepends}R Documentation

Status of packages in a library

Description

Query data of all packages in a package library.

Usage

lib_status(library = .libPaths()[1], packages = NULL)

Arguments

library

Path to library.

packages

If not NULL, then only these packages are shown.

Value

Data frame that contains data about the packages installed in the library.

It has always has columns:

Most of these columns are unchanged from DESCRIPTION, but pkgdepends also adds a couple.

Notes:


[Package pkgdepends version 0.7.2 Index]