isBaseOrRecommended: isBaseOrRecommended

Description Usage Arguments Details Value Author(s) Examples

View source: R/keywordsStyle.R

Description

finds out whether a package is of priority base and recommended.

Usage

1

Arguments

pkgs

character; the packages for which we want to find out if it is of priority base and recommended.

Details

reads out the ‘DESCRIPTION’ files of the packages to get the information.

Value

a logical of the same length as the input

Author(s)

Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de

Examples

1
isBaseOrRecommended(pkgs = c("SweaveListingUtils","Matrix","splines"))

SweaveListingUtils documentation built on May 30, 2017, 6:29 a.m.