Learn R Programming

madrat (version 3.15.6)

installedMadratUniverse: 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 a Depends or Imports dependency.

Usage

installedMadratUniverse()

Arguments

Value

A name vector of installed packages which supposedly belong to the madrat universe

Author

Jan Philipp Dietrich

See Also

setConfig

Examples

Run this code
if (FALSE) {
installedMadratUniverse()
}

Run the code above in your browser using DataLab