shadowedPackages: Find Shadowed Packages

View source: R/shadowedPackages.R

shadowedPackagesR Documentation

Find Shadowed Packages

Description

Return a data.table object with ‘shadowed’ packages, meaning package which are installed in more than directory on the .libPaths.

Usage

shadowedPackages()

Details

The function relies on the base R functions installed.packages() to find all packages, as well as the base R abilility to compare version numbers (once properly converted to package_version type).

Value

data.table object with packages that are shadowed

Author(s)

Dirk Eddelbuettel


dang documentation built on May 29, 2024, 2:53 a.m.