Rev 72402 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File src/library/utils/man/utils-defunct.Rd% Part of the R package, https://www.R-project.org% Copyright 1995-2017 R Core Team% Distributed under GPL 2 or later\name{utils-defunct}%------ NOTE: ../R/utils-defunct.R must be synchronized with this!\alias{utils-defunct}\alias{package.contents}\alias{zip.file.extract}\alias{CRAN.packages}#ifdef windows\alias{zip.unpack}\alias{setInternet2}#endif\title{Defunct Functions in Package \pkg{utils}}\description{The functions or variables listed here are no longer part of \R asthey are not needed (any more).}\usage{# Defunct in R 2.0.0package.contents(pkg, lib.loc = NULL)# Defunct in R 2.2.0CRAN.packages(CRAN = getOption("repos"), method,contriburl = contrib.url(CRAN))# Defunct in R 2.14.0zip.file.extract(file, zipname = "R.zip",unzip = getOption("unzip"), dir = tempdir())#ifdef windowszip.unpack(zipname, dest)# disabled in 3.3.0, defunct in 3.4.0setInternet2(use = TRUE)#endif}\seealso{% \code{\link{utils-deprecated}},\code{\link{Deprecated}}, \code{\link{Defunct}}}\keyword{internal}