Skip to contents

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

Usage

isPkgRapReg(pkg)

Arguments

pkg

String providing the package name

Value

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

See also

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

Examples

# returns FALSE, rapbase has no explicit dependency to itself
isPkgRapReg("rapbase")
#> [1] FALSE