The R Project SVN R

Rev

Rev 87178 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 87178 Rev 87256
Line 30... Line 30...
30
 
30
 
31
  MD5 sums are used as a check that \R packages have been unpacked
31
  MD5 sums are used as a check that \R packages have been unpacked
32
  correctly and not subsequently accidentally modified.
32
  correctly and not subsequently accidentally modified.
33
}
33
}
34
\value{
34
\value{
-
 
35
  If used with \code{files},
35
  A character vector of the same length as \code{files}, with names
36
  a character vector of the same length as \code{files}, with names
36
  equal to \code{files} (possibly expanded).  The elements will be
37
  equal to \code{files} (possibly expanded).  The elements will be
37
  \code{NA} for non-existent or unreadable files, otherwise a
38
  \code{NA} for non-existent or unreadable files, otherwise a
38
  32-character string of hexadecimal digits.
39
  32-character string of hexadecimal digits.
39
  
40
  
40
  For \code{bytes} the result is a single 32-character string.
41
  For \code{bytes} the result is a single 32-character string.