Return a data.table object with ‘shadowed’ packages,
meaning package which are installed in more than directory on the
.libPaths.
Usage
shadowedPackages()
Arguments
Value
data.table object with packages that are shadowed
Author
Dirk Eddelbuettel
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).