isBaseOrRecommended {SweaveListingUtils}R Documentation

isBaseOrRecommended

Description

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

Usage

isBaseOrRecommended(pkgs)

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@itwm.fraunhofer.de

Examples

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

[Package SweaveListingUtils version 0.3.3 Index]