isBaseOrRecommended {SweaveListingUtils} | R Documentation |
finds out whether a package is of priority base
and recommended
.
isBaseOrRecommended(pkgs)
pkgs |
character; the packages for which we want to find out if
it is of priority base and recommended . |
reads out the ‘DESCRIPTION’ files of the packages to get the information.
a logical of the same length as the input
Peter Ruckdeschel Peter.Ruckdeschel@itwm.fraunhofer.de
isBaseOrRecommended(pkgs = c("SweaveListingUtils","Matrix","splines"))