The R Project SVN R

Rev

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

Rev 62860 Rev 62910
Line 6... Line 6...
6
\name{dontCheck}
6
\name{dontCheck}
7
\alias{dontCheck}
7
\alias{dontCheck}
8
\title{Identity Function to Suppress Checking}
8
\title{Identity Function to Suppress Checking}
9
\description{
9
\description{
10
  The \code{dontCheck} function is the same as \code{\link{identity}}, but 
10
  The \code{dontCheck} function is the same as \code{\link{identity}}, but 
11
is interpreted by \command{R CMD check} code analysis as a directive
11
  is interpreted by \command{R CMD check} code analysis as a directive
12
to suppress checking of \code{x}.  Currently this is done only
12
  to suppress checking of \code{x}.  Currently this is only used by
-
 
13
 \code{\link{checkFF}(registration = TRUE)}
13
in checking the \code{.NAME} argument of foreign function calls.
14
  when checking the \code{.NAME} argument of foreign function calls.
14
}
15
}
15
\usage{
16
\usage{
16
dontCheck(x)
17
dontCheck(x)
17
}
18
}
18
\arguments{
19
\arguments{