The R Project SVN R

Rev

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

Rev 59039 Rev 61160
Line 26... Line 26...
26
}
26
}
27
\seealso{
27
\seealso{
28
  \code{\link{checkMD5sums}}
28
  \code{\link{checkMD5sums}}
29
}
29
}
30
\examples{
30
\examples{
31
as.vector(md5sum(dir(R.home(), pattern="^COPY", full.names=TRUE)))
31
as.vector(md5sum(dir(R.home(), pattern = "^COPY", full.names = TRUE)))
32
}
32
}
33
\keyword{utilities}
33
\keyword{utilities}
34
 
34