The R Project SVN R

Rev

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

Rev 61433 Rev 62507
Line 65... Line 65...
65
    non-whitespace.  Continuation lines where the only non-whitespace
65
    non-whitespace.  Continuation lines where the only non-whitespace
66
    character is a \samp{.} are taken as blank lines (allowing for
66
    character is a \samp{.} are taken as blank lines (allowing for
67
    multi-paragraph field values).
67
    multi-paragraph field values).
68
    \item Records are separated by one or more empty (i.e., whitespace
68
    \item Records are separated by one or more empty (i.e., whitespace
69
    only) lines.
69
    only) lines.
-
 
70
    \item Individual lines may not be arbitrarily long; currently the
-
 
71
    length limit is approximately 8192 bytes per line.
70
  }
72
  }
71
 
73
 
72
  Note that \code{read.dcf(all = FALSE)} reads the file byte-by-byte.
74
  Note that \code{read.dcf(all = FALSE)} reads the file byte-by-byte.
73
  This allows a \file{DESCRIPTION} file to be read and only its ASCII
75
  This allows a \file{DESCRIPTION} file to be read and only its ASCII
74
  fields used, or its \samp{Encoding} field used to re-encode the
76
  fields used, or its \samp{Encoding} field used to re-encode the