pkg_bday: Determine an Installed Packages Birthday

Description Usage Arguments Value Examples

Description

Determine the birthday of a particular installed package. The birthdate is simply the package's very first appearance on CRAN.

Usage

1
pkg_bday(package, ...)

Arguments

package

Character string specifying the name of the package.

...

Additional optional arguments. (Currently ignored.)

Value

A character string representing the birthday (i.e., "mm/dd/yyyy") of the package.

Examples

1
pkg_bday("rpart")

bgreenwell/pkgbday documentation built on May 8, 2019, 3:43 p.m.