This help topic is for R version 0.90. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/base/html/package.contents.html
package.contents {base}R Documentation

Package Contents and Description

Description

Parses and returns the CONTENTS and DESCRIPTION file of a package.

Usage

package.contents(pkg, lib=.lib.loc)
package.description(pkg, lib=.lib.loc)

Arguments

pkg

A character string with the package name.

lib

A character vector with path names of R package libraries.

See Also

parse.dcf

Examples

package.contents("mva")

[Package base version 0.90 ]