Rev 7764 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{package.dependencies}\alias{package.dependencies}\title{Check Packahe Dependencies}\description{Parses and checks the dependencies of a package against thecurrently installed version of R [and other packages].}\usage{package.dependencies(x, check=FALSE)}\arguments{\item{x}{A matrix of package descriptions as returned by\code{\link{CRAN.packages}}.}\item{check}{If \code{TRUE}, return logical vector of check results.If \code{FALSE}, return parsed list of dependencies.}}\details{Currently we only check if the package conforms with the currentlyrunning version of R. IN the future we might add checks forinter-package dependencies.}\seealso{\code{\link{update.packages}}}\keyword{utilities}