The R Project SVN R

Rev

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

Rev 75234 Rev 87271
Line 28... Line 28...
28
    character string: A message to be printed, if missing a default
28
    character string: A message to be printed, if missing a default
29
    message is used.
29
    message is used.
30
  }
30
  }
31
}
31
}
32
\details{
32
\details{
33
  \code{.Defunct} is called from defunct functions.  Functions should be
33
  \code{.Defunct} is called from defunct functions.
34
  listed in \code{help("pkg-defunct")} for an appropriate \code{pkg},
34
  These should be listed in \code{help("\var{pkg}-defunct")}
-
 
35
  for an appropriate \var{pkg}, including \pkg{base}.
35
  including \code{base} (with the alias added to the respective Rd
36
  The alias of the defunct function is added to the same file.
36
  file).
-
 
37
 
37
 
38
  \code{.Defunct} signals an error of class \code{defunctError}
38
  \code{.Defunct} signals an error of class \code{"defunctError"}
39
  with fields \code{old}, \code{new}, and \code{package}.
39
  with fields \code{old}, \code{new}, and \code{package}.
40
}
40
}
41
\seealso{
41
\seealso{
42
  \code{\link{Deprecated}}.
42
  \code{\link{Deprecated}}.
43
 
43
 
44
  \code{base-defunct} and so on which list the defunct functions
44
  \code{help("\link{base-defunct}")} and so on which list the defunct
45
  in the packages.
45
  functions in the packages.
46
}
46
}
47
\keyword{documentation}
47
\keyword{documentation}
48
\keyword{utilities}
48
\keyword{utilities}