The R Project SVN R

Rev

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

Rev 88585 Rev 89061
Line 1... Line 1...
1
% File src/library/base/man/all.equal.Rd
1
% File src/library/base/man/all.equal.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 1995-2024 R Core Team
3
% Copyright 1995-2025 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{all.equal}
6
\name{all.equal}
7
\title{Test if Two Objects are (Nearly) Equal}
7
\title{Test if Two Objects are (Nearly) Equal}
8
\alias{all.equal}
8
\alias{all.equal}
Line 31... Line 31...
31
          tolerance = sqrt(.Machine$double.eps), scale = NULL,
31
          tolerance = sqrt(.Machine$double.eps), scale = NULL,
32
          countEQ = FALSE,
32
          countEQ = FALSE,
33
          formatFUN = function(err, what) format(err),
33
          formatFUN = function(err, what) format(err),
34
          \dots, check.attributes = TRUE, check.class = TRUE, giveErr = FALSE)
34
          \dots, check.attributes = TRUE, check.class = TRUE, giveErr = FALSE)
35
 
35
 
-
 
36
\method{all.equal}{character}(target, current, \dots,
-
 
37
          check.attributes = TRUE, check.class = TRUE)
-
 
38
 
36
\method{all.equal}{list}(target, current, \dots,
39
\method{all.equal}{list}(target, current, \dots,
37
          check.attributes = TRUE, use.names = TRUE)
40
          check.attributes = TRUE, use.names = TRUE)
38
 
41
 
39
\method{all.equal}{environment}(target, current, all.names = TRUE,
42
\method{all.equal}{environment}(target, current, all.names = TRUE,
40
          evaluate = TRUE, \dots)
43
          evaluate = TRUE, \dots)