shadowedPackages {dang}R 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


[Package dang version 0.0.16 Index]