The R Project SVN R

Rev

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

Rev 78220 Rev 82575
Line 1... Line 1...
1
% File src/library/tools/man/tools-defunct.Rd
1
% File src/library/tools/man/tools-defunct.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-2020 R Core Team
3
% Copyright 1995-2022 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{tools-defunct}
6
\name{tools-defunct}
7
\title{Defunct Objects in Package \pkg{tools}}
7
\title{Defunct Objects in Package \pkg{tools}}
8
% NOTE: ../R/tools-defunct.R must be synchronized with this!
8
% NOTE: ../R/tools-defunct.R must be synchronized with this!
9
\alias{tools-defunct}
9
\alias{tools-defunct}
10
%------ PLEASE: put \alias{.} here for *each* (and keep them) !
10
%------ PLEASE: put \alias{.} here for *each* (and keep them) !
11
\alias{Rd_parse}
11
\alias{Rd_parse}
12
\alias{readNEWS}
12
\alias{readNEWS}
13
\alias{checkNEWS}
13
\alias{checkNEWS}
-
 
14
\alias{package.dependencies}
-
 
15
\alias{getDepList}
-
 
16
\alias{pkgDepends}
-
 
17
\alias{installFoundDepends}
-
 
18
\alias{vignetteDepends}
14
 
19
 
15
\description{
20
\description{
16
  The functions or variables listed here are no longer part of \R as
21
  The functions or variables listed here are no longer part of \R as
17
  they are not needed (any more).
22
  they are not needed (any more).
18
}
23
}
Line 22... Line 27...
22
 
27
 
23
# Defunct in R 3.1.0,  removed in R 4.1.0
28
# Defunct in R 3.1.0,  removed in R 4.1.0
24
readNEWS(file = file.path(R.home(), "NEWS"), trace = FALSE,
29
readNEWS(file = file.path(R.home(), "NEWS"), trace = FALSE,
25
         chop = c("first", "1", "par1", "keepAll"))
30
         chop = c("first", "1", "par1", "keepAll"))
26
checkNEWS(file = file.path(R.home(), "NEWS"))
31
checkNEWS(file = file.path(R.home(), "NEWS"))
-
 
32
 
-
 
33
# Defunct in R 4.1.0
-
 
34
package.dependencies(x, check = FALSE,
-
 
35
                     depLevel = c("Depends", "Imports", "Suggests"))
-
 
36
getDepList(depMtrx, instPkgs, recursive = TRUE, local = TRUE,
-
 
37
           reduce = TRUE, lib.loc = NULL)
-
 
38
pkgDepends(pkg, recursive = TRUE, local = TRUE, reduce = TRUE,
-
 
39
           lib.loc = NULL)
-
 
40
installFoundDepends(depPkgList, ...)
-
 
41
vignetteDepends(vignette, recursive = TRUE, reduce = TRUE,
-
 
42
                local = TRUE, lib.loc = NULL)
27
}
43
}
28
\seealso{
44
\seealso{
29
  \code{\link{tools-deprecated}},
45
  \code{\link{tools-deprecated}},
30
  \code{\link{Deprecated}},
46
  \code{\link{Deprecated}},
31
  \code{\link{Defunct}}
47
  \code{\link{Defunct}}