info_packages: Package availability

info_packagesR Documentation

Package availability

Description

Shows whether or not a package is available for the current version of R.

Usage

info_packages(x)

Arguments

x

Named vector of the packages to be informed.

Value

Returns a list of two elements. The first one is a LOGICAL vector indicating wheter or not the package is available. Second element is a message specifying if the packages are available or not, and in case of not being them, it indicates which ones.

Examples

info_packges(c("dplyr","data.table","ggplot2"))

douve/UEMR documentation built on Aug. 28, 2023, 2:30 p.m.