PackageNeedsUpdating: PackageNeedsUpdating

View source: R/InstallSuggestions.R

PackageNeedsUpdatingR Documentation

PackageNeedsUpdating

Description

This function will indicate whether a package needs to be updated. It uses the old.packages function for this.

Usage

PackageNeedsUpdating(pkgs)

Arguments

pkgs

Character vector of package names.

Value

A logical vector indicating whether the packages need to be updated.

Examples


## Not run: 
  PackageNeedsUpdating("ggplot2")

## End(Not run)


PirateGrunt/raw_package documentation built on July 3, 2023, 7:58 p.m.