The R Project SVN R

Rev

Rev 27447 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27447 Rev 27625
Line 14... Line 14...
14
    \item{check}{If \code{TRUE}, return logical vector of check results.
14
    \item{check}{If \code{TRUE}, return logical vector of check results.
15
	If \code{FALSE}, return parsed list of dependencies.}
15
	If \code{FALSE}, return parsed list of dependencies.}
16
}
16
}
17
\details{
17
\details{
18
    Currently we only check if the package conforms with the currently
18
    Currently we only check if the package conforms with the currently
19
    running version of R. IN the future we might add checks for
19
    running version of R. In the future we might add checks for
20
    inter-package dependencies.
20
    inter-package dependencies.
21
}
21
}
22
\seealso{\code{\link[utils]{update.packages}}}
22
\seealso{\code{\link[utils]{update.packages}}}
23
\keyword{utilities}
23
\keyword{utilities}