R/tam_packageinfo.R

Defines functions tam_packageinfo

Documented in tam_packageinfo

## File Name: tam_packageinfo.R
## File Version: 0.06

tam_packageinfo <- function(pack)
{
    d1 <- utils::packageDescription(pkg=pack)
    paste( d1$Package, " ", d1$Version, " (", d1$Date, ")", sep="")
}

Try the TAM package in your browser

Any scripts or data that you put into this service are public.

TAM documentation built on Aug. 29, 2022, 1:05 a.m.