The R Project SVN R

Rev

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

Rev 85046 Rev 87358
Line 1... Line 1...
1
% File src/library/tools/man/Rdiff.Rd
1
% File src/library/tools/man/Rdiff.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 2010-2023 R Core Team
3
% Copyright 2010-2024 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{Rdiff}
6
\name{Rdiff}
7
\alias{Rdiff}
7
\alias{Rdiff}
8
\title{Difference R Output Files}
8
\title{Difference R Output Files}
Line 56... Line 56...
56
  -- this requires a \command{diff} command and \code{useDiff = TRUE}.
56
  -- this requires a \command{diff} command and \code{useDiff = TRUE}.
57
 
57
 
58
  Mainly for use in examples and tests, text from marker
58
  Mainly for use in examples and tests, text from marker
59
  \samp{> ## IGNORE_RDIFF_BEGIN} up to (but not including)
59
  \samp{> ## IGNORE_RDIFF_BEGIN} up to (but not including)
60
  \samp{> ## IGNORE_RDIFF_END} is ignored.
60
  \samp{> ## IGNORE_RDIFF_END} is ignored.
-
 
61
  In examples, since \R 4.4.0, the built-in Rd macro \verb{\dontdiff\{\}}
-
 
62
  can be used instead.
61
}
63
}
62
\value{
64
\value{
63
  If \code{Log} is true, a list with components \code{status} (see
65
  If \code{Log} is true, a list with components \code{status} (see
64
  below) and \code{out}, a character vector of descriptions of
66
  below) and \code{out}, a character vector of descriptions of
65
  differences, possibly of zero length.
67
  differences, possibly of zero length.