The R Project SVN R

Rev

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

Rev 27447 Rev 28092
Line 36... Line 36...
36
  environment.
36
  environment.
37
}
37
}
38
\details{
38
\details{
39
  All versions of \R accept input from a connection with end of line
39
  All versions of \R accept input from a connection with end of line
40
  marked by LF (as used on Unix), CRLF (as used on DOS/Windows)
40
  marked by LF (as used on Unix), CRLF (as used on DOS/Windows)
41
  or CR (as used on Mac).  The final line can be incomplete, that
41
  or CR (as used on classic MacOS).  The final line can be incomplete, that
42
  is missing the final EOL marker.
42
  is missing the final EOL marker.
43
 
43
 
44
  If \code{\link{options}}("keep.source") is true (the default), the
44
  If \code{\link{options}}("keep.source") is true (the default), the
45
  source of functions is kept so they can be listed exactly as input.
45
  source of functions is kept so they can be listed exactly as input.
46
  This imposes a limit of 128K chars on the function size and a nesting
46
  This imposes a limit of 128K chars on the function size and a nesting