installedMadratUniverse {madrat} | R Documentation |
installedMadratUniverse
Description
Returns a name vector of installed packages which supposedly belong to the madrat universe. They are currently derived as the union of
all packages registered under
getConfig("packages")
,all packages with a name starting with "mr" or "ms" (as the usual indicator for madrat-packages and madrat-support-packages), and
all packages having
madrat
as either aDepends
orImports
dependency.
Usage
installedMadratUniverse()
Value
A name vector of installed packages which supposedly belong to the madrat universe
Author(s)
Jan Philipp Dietrich
See Also
Examples
## Not run:
installedMadratUniverse()
## End(Not run)
[Package madrat version 3.15.6 Index]