PackageNeedsUpdating: PackageNeedsUpdating

Description Usage Arguments Value Examples

View source: R/InstallSuggestions.R

Description

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

Usage

1

Arguments

pkgs

Character vector of package names.

Value

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

Examples

1
2
3
4
## Not run: 
  PackageNeedsUpdating("ggplot2")

## End(Not run)

raw documentation built on Feb. 5, 2021, 5:07 p.m.