The R Project SVN R

Rev

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

Rev 68948 Rev 74944
Line 29... Line 29...
29
  MD5 sums are used as a check that \R packages have been unpacked
29
  MD5 sums are used as a check that \R packages have been unpacked
30
  correctly and not subsequently modified.
30
  correctly and not subsequently modified.
31
}
31
}
32
\value{
32
\value{
33
  A character vector of the same length as \code{files}, with names
33
  A character vector of the same length as \code{files}, with names
34
  equal to \code{files}.  The elements will be \code{NA} for non-existent
34
  equal to \code{files} (possibly expanded).  The elements will be
35
  or unreadable files, otherwise a 32-character string of hexadecimal
35
  \code{NA} for non-existent or unreadable files, otherwise a
36
  digits.
36
  32-character string of hexadecimal digits.
37
}
37
}
38
\source{
38
\source{
39
  The underlying C code was written by Ulrich Drepper and extracted from
39
  The underlying C code was written by Ulrich Drepper and extracted from
40
  a 2001 release of \code{glibc}.
40
  a 2001 release of \code{glibc}.
41
}
41
}