The R Project SVN R

Rev

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

Rev 59039 Rev 62602
Line 51... Line 51...
51
  \code{"console"} on Windows), or by letting \code{pager} be an \R
51
  \code{"console"} on Windows), or by letting \code{pager} be an \R
52
  function which will be called with arguments \code{(files, header,
52
  function which will be called with arguments \code{(files, header,
53
    title, delete.file)} corresponding to the first four arguments of
53
    title, delete.file)} corresponding to the first four arguments of
54
  \code{file.show} and take care of interfacing to the GUI.
54
  \code{file.show} and take care of interfacing to the GUI.
55
 
55
 
56
  The \command{R.app} Mac OS X GUI uses its internal pager irrespective
56
  The \command{R.app} GUI on OS X uses its internal pager irrespective
57
  of the setting of \code{pager}.
57
  of the setting of \code{pager}.
58
 
58
 
59
  Not all implementations will honour \code{delete.file}.  In
59
  Not all implementations will honour \code{delete.file}.  In
60
  particular, using an external pager on Windows does not, as there is
60
  particular, using an external pager on Windows does not, as there is
61
  no way to know when the external application has finished with the
61
  no way to know when the external application has finished with the