Learn R Programming

rapbase (version 1.24.2)

isPkgRapReg: Test if a package is part of Rapporteket

Description

Test if an installed package is linked to Rapporteket based on dependency to the package 'rapbase'

Usage

isPkgRapReg(pkg)

Value

Logical TRUE if pkg depends on 'rapbase', FALSE if not

Arguments

pkg

String providing the package name

See Also

getRapPackages on how to list all packages that depend om 'rapbase'

Examples

Run this code
# returns FALSE, rapbase has no explicit dependency to itself
isPkgRapReg("rapbase")

Run the code above in your browser using DataLab