The R Project SVN R

Rev

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

Rev 62077 Rev 62549
Line 3... Line 3...
3
% Copyright 1995-2013 R Core Team
3
% Copyright 1995-2013 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{base-deprecated}
6
\name{base-deprecated}
7
\alias{base-deprecated}
7
\alias{base-deprecated}
8
\alias{.find.package}
-
 
9
\alias{.path.package}
-
 
10
%------ NOTE:  ../R/Deprecated.R   must be synchronized with this!
8
%------ NOTE:  ../R/Deprecated.R   must be synchronized with this!
11
\title{Deprecated Functions in Package \pkg{base}}
9
\title{Deprecated Functions in Package \pkg{base}}
12
%------ PLEASE: put \alias{.} here for EACH !
10
%------ PLEASE: put \alias{.} here for EACH !
13
\description{
11
\description{
14
  These functions are provided for compatibility with older versions of
12
  These functions are provided for compatibility with older versions of
15
  \R only, and may be defunct as soon as the next release.
13
  \R only, and may be defunct as soon as the next release.
16
}
14
}
17
% \usage{
15
%% \usage{
18
% Sys.putenv(\dots)
-
 
19
% }
-
 
20
% \arguments{
-
 
21
%   \item{\dots}{named arguments with values coercible to a character string.}
-
 
22
% }
-
 
23
\usage{
-
 
24
.find.package(\dots)
16
%% .find.package(\dots)
25
.path.package(\dots)
17
%% .path.package(\dots)
26
}
18
%% }
27
\arguments{
19
%% \arguments{
28
   \item{\dots}{arguments to be passed to the public version of the function.}
20
%%    \item{\dots}{}
29
}
21
%% }
30
\details{
22
\details{
31
  \code{.find.package} and \code{.path.package} were internal-only
-
 
32
  versions prior to \R 2.13.0, and are now deprecated wrappers for
-
 
33
  \code{\link{find.package}} and \code{\link{path.package}}.
-
 
34
  
-
 
35
  The original help page for these functions is often
23
  The original help page for these functions is often
36
  available at \code{help("oldName-deprecated")} (note the quotes).
24
  available at \code{help("oldName-deprecated")} (note the quotes).
37
  Functions in standard packages other than the base package are listed in
25
  Functions in standard packages other than the base package are listed in
38
  \code{help("pkg-deprecated")}, where \samp{pkg} is replaced by the
26
  \code{help("pkg-deprecated")}, where \samp{pkg} is replaced by the
39
  name of the package.
27
  name of the package.