The R Project SVN R

Rev

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

Rev 70260 Rev 76951
Line 1... Line 1...
1
% File src/library/base/man/base-defunct.Rd
1
% File src/library/base/man/base-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-2016 R Core Team
3
% Copyright 1995-2019 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{base-defunct}
6
\name{base-defunct}
7
\alias{base-defunct}
7
\alias{base-defunct}
8
\title{Defunct Functions in Package \pkg{base}}
8
\title{Defunct Functions in Package \pkg{base}}
Line 53... Line 53...
53
\alias{gammaCody}
53
\alias{gammaCody}
54
\alias{manglePackageName}
54
\alias{manglePackageName}
55
\alias{.Import}
55
\alias{.Import}
56
\alias{.ImportFrom}
56
\alias{.ImportFrom}
57
\alias{.Export}
57
\alias{.Export}
58
\alias{.S3method}
-
 
59
\alias{.First.lib}
58
\alias{.First.lib}
60
\alias{mem.limits}
59
\alias{mem.limits}
61
\alias{.readRDS}
60
\alias{.readRDS}
62
\alias{.saveRDS}
61
\alias{.saveRDS}
63
\alias{Sys.putenv}
62
\alias{Sys.putenv}
Line 138... Line 137...
138
 
137
 
139
# Defunct in 2.13.0
138
# Defunct in 2.13.0
140
.Import(...)
139
.Import(...)
141
.ImportFrom(name, ...)
140
.ImportFrom(name, ...)
142
.Export(...)
141
.Export(...)
143
.S3method(generic, class, method)
-
 
144
 
142
 
145
# Defunct in 2.14.0
143
# Defunct in 2.14.0
146
.First.lib(lib, pkg)
144
.First.lib(lib, pkg)
147
 
145
 
148
# Defunct in 2.15.0
146
# Defunct in 2.15.0
Line 251... Line 249...
251
  here for experimental purposes.
249
  here for experimental purposes.
252
 
250
 
253
  \code{manglePackageName} was part of the defunct support for versioned
251
  \code{manglePackageName} was part of the defunct support for versioned
254
  installs.
252
  installs.
255
 
253
 
256
  \code{.Import}, \code{.ImportFrom}, \code{.Export} and
254
  \code{.Import}, \code{.ImportFrom}, and \code{.Export} were part of an
257
  \code{.S3method} were part of an experimental alternative way to
255
  experimental alternative way to specify namespaces.
258
  specify namespaces.
-
 
259
 
256
 
260
  \code{.First.lib} was the load/attach hook for packages without
257
  \code{.First.lib} was the load/attach hook for packages without
261
  namespaces: use \code{\link{.onLoad}} or \code{\link{.onAttach}} instead.
258
  namespaces: use \code{\link{.onLoad}} or \code{\link{.onAttach}} instead.
262
 
259
 
263
  \code{mem.limits} reported on the old-style limits on the number of
260
  \code{mem.limits} reported on the old-style limits on the number of