1% File src/library/utils/man/utils-defunct.Rd
2% Part of the R package, https://www.R-project.org
3% Copyright 1995-2020 R Core Team
4% Distributed under GPL 2 or later
5
6\name{utils-defunct}
7%------ NOTE:  ../R/utils-defunct.R   must be synchronized with this!
8\alias{utils-defunct}
9\title{Defunct Functions in Package \pkg{utils}}
10%------ PLEASE: put \alias{.} here for *each* (and keep them) !
11\alias{package.contents}
12\alias{zip.file.extract}
13\alias{CRAN.packages}
14#ifdef windows
15\alias{zip.unpack}
16\alias{setInternet2}
17#endif
18
19\description{
20  The functions or variables listed here are no longer part of \R as
21  they are not needed (any more).
22}
23\usage{
24# Defunct in R 2.0.0
25package.contents(pkg, lib.loc = NULL)
26
27# Defunct in R 2.2.0
28CRAN.packages(CRAN = getOption("repos"), method,
29              contriburl = contrib.url(CRAN))
30
31# Defunct in R 2.14.0
32zip.file.extract(file, zipname = "R.zip",
33                 unzip = getOption("unzip"), dir = tempdir())
34
35#ifdef windows
36zip.unpack(zipname, dest)
37# disabled in 3.3.0, defunct in 3.4.0
38setInternet2(use = TRUE)
39#endif
40}
41\seealso{
42%  \code{\link{utils-deprecated}},
43  \code{\link{Deprecated}}, \code{\link{Defunct}}
44}
45\keyword{internal}
46