packageDetails: Showing information about a package

Description Usage Arguments Value Author(s) Examples

View source: R/packagefinder.r

Description

Shows detailed CRAN information for a package.

Usage

1
packageDetails(package, brief = FALSE, show.tip = TRUE, index = NULL)

Arguments

package

Either the name of a package (capitalization does generally not matter) or the search result number shown in the results of findPackage() (the number in the GO column). Only one package is allowed here.

brief

If "TRUE", only title, short and long description as well as the maintainer of the package are shown, otherwise all available fields are displayed.

show.tip

If "TRUE", tips for getting additional information on the package are shown.

index

Either a path (or URL) to a search index, or a search index that is already loaded. If no index is provided, packageDetails() creates an ad hoc search index.

Value

No return value.

Author(s)

Joachim Zuckarelli joachim@zuckarelli.de

Examples

1
 packageDetails("ggplot2") 

jsugarelli/packagefinder documentation built on Nov. 1, 2020, 2:41 p.m.