isPkgRapReg: Test if a package is part of Rapporteket

View source: R/misc.R

isPkgRapRegR Documentation

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)

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")


Rapporteket/rapbase documentation built on Nov. 22, 2023, 9:21 p.m.