The R Project SVN R

Rev

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

Rev 59039 Rev 60852
Line 1... Line 1...
1
% File src/library/utils/man/utils-deprecated.Rd
1
% File src/library/utils/man/utils-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-2007 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{utils-deprecated}
6
\name{utils-deprecated}
7
%------ NOTE:  ../R/utils-deprecated.R   must be synchronized with this!
7
%------ NOTE:  ../R/utils-deprecated.R   must be synchronized with this!
8
\alias{utils-deprecated}
8
\alias{utils-deprecated}
9
\alias{CRAN.packages}
-
 
10
\title{Deprecated Functions in Package \pkg{utils}}
9
\title{Deprecated Functions in Package \pkg{utils}}
11
\description{
10
\description{
12
  These functions are provided for compatibility with older versions of
11
  These functions are provided for compatibility with older versions of
13
  \R only, and may be defunct as soon as of the next release.
12
  \R only, and may be defunct as soon as of the next release.
14
}
13
}
15
\usage{
-
 
16
CRAN.packages(CRAN = getOption("repos"), method,
-
 
17
              contriburl = contrib.url(CRAN))
-
 
18
 
-
 
19
}
-
 
20
\arguments{
-
 
21
  \item{CRAN}{character, an earlier way to specify a repository.}
-
 
22
  \item{method}{Download method, see \code{\link{download.file}}.}
-
 
23
  \item{contriburl}{URL(s) of the contrib section of the
-
 
24
    repositories. Use this argument only if your CRAN mirror is
-
 
25
    incomplete, e.g., because you burned only the \file{contrib} section on a
-
 
26
    CD.  Overrides argument \code{repos}.
-
 
27
  }  
-
 
28
}
-
 
29
\seealso{
14
\seealso{
30
  \code{\link{Deprecated}}, \code{\link{Defunct}}
15
  \code{\link{Deprecated}}, \code{\link{Defunct}}
31
}
16
}
32
\keyword{misc}
17
\keyword{misc}