The R Project SVN R

Rev

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

Rev 59039 Rev 59078
Line 1... Line 1...
1
% File src/library/base/man/Deprecated.Rd
1
% File src/library/base/man/Deprecated.Rd
2
% Part of the R package, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 1995-2011 R Core Team
3
% Copyright 1995-2012 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{Deprecated}
6
\name{Deprecated}
7
\title{Marking Objects as Deprecated}
7
\title{Marking Objects as Deprecated}
8
\alias{Deprecated}
8
\alias{Deprecated}
9
\alias{.Deprecated}
9
\alias{.Deprecated}
-
 
10
\alias{deprecated}
10
 
11
 
11
\description{
12
\description{
12
  When an object is about removed from \R it is first deprecated and
13
  When an object is about to be removed from \R it is first deprecated and
13
  should include a call to \code{.Deprecated}.
14
  should include a call to \code{.Deprecated}.
14
}
15
}
15
\usage{
16
\usage{
16
.Deprecated(new, package=NULL, msg,
17
.Deprecated(new, package=NULL, msg,
17
            old = as.character(sys.call(sys.parent()))[1L])
18
            old = as.character(sys.call(sys.parent()))[1L])