libStatus: Library Status

View source: R/libStatus.R

libStatusR Documentation

Library Status

Description

Summarize status of libraries.

Usage

libStatus(lib.loc = .libPaths(),
  repositories = contrib.url(getOption("repos")), full = FALSE)

Arguments

lib.loc

a string vector indicating which libraries to analyze.

repositories

a string vector indicating which repositories to analyze.

full

whether to return a data frame with complete details about all installed packages.

Value

List of two data frames,

count

package count

details

packages that are not "ok"

and a third data frame

full

all installed packages

if full = TRUE.


arnima-github/arni documentation built on Oct. 28, 2023, 6:18 p.m.