The R Project SVN R

Rev

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

Rev 62172 Rev 62549
Line 62... Line 62...
62
\alias{.saveRDS}
62
\alias{.saveRDS}
63
\alias{Sys.putenv}
63
\alias{Sys.putenv}
64
\alias{real}
64
\alias{real}
65
\alias{as.real}
65
\alias{as.real}
66
\alias{is.real}
66
\alias{is.real}
-
 
67
\alias{.find.package}
-
 
68
\alias{.path.package}
67
%
69
%
68
\description{
70
\description{
69
  The functions or variables listed here are no longer part of \R as
71
  The functions or variables listed here are no longer part of \R as
70
  they are no longer needed.
72
  they are no longer needed.
71
}
73
}
Line 151... Line 153...
151
 
153
 
152
# Defunct in 3.0.0
154
# Defunct in 3.0.0
153
real(length = 0)
155
real(length = 0)
154
as.real(x, \dots)
156
as.real(x, \dots)
155
is.real(x)
157
is.real(x)
-
 
158
 
-
 
159
# Defunct in 3.1.0
-
 
160
.find.package(\dots)
-
 
161
.path.package(\dots)
156
}
162
}
157
\details{
163
\details{
158
  Some of these have stubs which report that they are defunct, but most
164
  Some of these have stubs which report that they are defunct, but most
159
  have been removed completely (apart from being documented here).
165
  have been removed completely (apart from being documented here).
160
  
166
  
Line 265... Line 271...
265
  \code{Sys.putenv} was a synonym for \code{\link{Sys.setenv}},
271
  \code{Sys.putenv} was a synonym for \code{\link{Sys.setenv}},
266
  deprecated since \R 2.5.0.
272
  deprecated since \R 2.5.0.
267
 
273
 
268
  \code{real}, \code{as.real} and \code{is.real} were long-deprecated
274
  \code{real}, \code{as.real} and \code{is.real} were long-deprecated
269
  synonyms for the \code{double} versions.
275
  synonyms for the \code{double} versions.
-
 
276
 
-
 
277
  \code{.find.package} and \code{.path.package} were internal-only
-
 
278
  versions prior to \R 2.13.0, and since deprecated wrappers for
-
 
279
  \code{\link{find.package}} and \code{\link{path.package}}.
270
}
280
}
271
\seealso{
281
\seealso{
272
  \code{\link{Defunct}}, \code{\link{base-deprecated}}
282
  \code{\link{Defunct}}, \code{\link{base-deprecated}}
273
}
283
}
274
 
284