The R Project SVN R

Rev

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

Rev 71691 Rev 75290
Line 1... Line 1...
1
% File src/library/tools/man/tools-deprecated.Rd
1
% File src/library/tools/man/tools-deprecated.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2016 R Core Team
3
% Copyright 1995-2016, 2018 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{tools-deprecated}
6
\name{tools-deprecated}
7
\title{Deprecated Objects in Package \pkg{tools}}
7
\title{Deprecated Objects in Package \pkg{tools}}
8
%------ NOTE:  ../R/tools-deprecated.R   must be synchronized with this!
8
%------ NOTE:  ../R/tools-deprecated.R   must be synchronized with this!
Line 10... Line 10...
10
%------ PLEASE: one \alias{.} for EACH ! (+ one \usage{} & \arguments{} for all)
10
%------ PLEASE: one \alias{.} for EACH ! (+ one \usage{} & \arguments{} for all)
11
\alias{package.dependencies}
11
\alias{package.dependencies}
12
\alias{getDepList}
12
\alias{getDepList}
13
\alias{pkgDepends}
13
\alias{pkgDepends}
14
\alias{installFoundDepends}
14
\alias{installFoundDepends}
-
 
15
\alias{vignetteDepends}
15
\description{
16
\description{
16
  The functions or variables listed here are provided for compatibility
17
  The functions or variables listed here are provided for compatibility
17
  with older versions of \R only, and may be defunct as soon as of the
18
  with older versions of \R only, and may be defunct as soon as of the
18
  next release.
19
  next release.
19
}
20
}
20
%% \usage{%% maybe use  funnname(\dots)   and have only \arguments{ \item{\dots}{} }
-
 
21
%% }
-
 
22
\usage{
21
\usage{
23
package.dependencies(x, check = FALSE,
22
package.dependencies(x, check = FALSE,
24
                     depLevel = c("Depends", "Imports", "Suggests"))
23
                     depLevel = c("Depends", "Imports", "Suggests"))
25
 
24
 
26
getDepList(depMtrx, instPkgs, recursive = TRUE, local = TRUE,
25
getDepList(depMtrx, instPkgs, recursive = TRUE, local = TRUE,
Line 28... Line 27...
28
 
27
 
29
pkgDepends(pkg, recursive = TRUE, local = TRUE, reduce = TRUE,
28
pkgDepends(pkg, recursive = TRUE, local = TRUE, reduce = TRUE,
30
           lib.loc = NULL)
29
           lib.loc = NULL)
31
 
30
 
32
installFoundDepends(depPkgList, ...)
31
installFoundDepends(depPkgList, ...)
-
 
32
 
-
 
33
vignetteDepends(vignette, recursive = TRUE, reduce = TRUE,
-
 
34
                local = TRUE, lib.loc = NULL)
33
}
35
}
34
\arguments{
36
\arguments{
35
  \item{x}{A matrix of package descriptions as returned by
37
  \item{x}{A matrix of package descriptions as returned by
36
    \code{\link{available.packages}}.}
38
    \code{\link{available.packages}}.}
37
  \item{check}{If \code{TRUE}, return logical vector of check results.
39
  \item{check}{If \code{TRUE}, return logical vector of check results.
Line 53... Line 55...
53
    Note that \code{lib.loc} is not used in \code{getDepList()} and
55
    Note that \code{lib.loc} is not used in \code{getDepList()} and
54
    deprecated there.}
56
    deprecated there.}
55
 
57
 
56
  \item{depPkgList}{A \code{Found} element from a \code{pkgDependsList} object}
58
  \item{depPkgList}{A \code{Found} element from a \code{pkgDependsList} object}
57
  \item{\dots}{Arguments to pass on to \code{\link{install.packages}}}
59
  \item{\dots}{Arguments to pass on to \code{\link{install.packages}}}
-
 
60
 
-
 
61
  %% for vignetteDepends() (if not above):
-
 
62
  \item{vignette}{the path to the vignette source}
58
}
63
}
59
\seealso{
64
\seealso{
60
  \code{\link{Deprecated}},
65
  \code{\link{Deprecated}},
61
  \code{\link{Defunct}}
66
  \code{\link{Defunct}}
62
}
67
}