1#  File src/library/stats/R/stats-defunct.R
2#  Part of the R package, https://www.R-project.org
3#
4#  Copyright (C) 1995-2020 The R Core Team
5#
6#  This program is free software; you can redistribute it and/or modify
7#  it under the terms of the GNU General Public License as published by
8#  the Free Software Foundation; either version 2 of the License, or
9#  (at your option) any later version.
10#
11#  This program is distributed in the hope that it will be useful,
12#  but WITHOUT ANY WARRANTY; without even the implied warranty of
13#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14#  GNU General Public License for more details.
15#
16#  A copy of the GNU General Public License is available at
17#  https://www.R-project.org/Licenses/
18
19## <entry>
20## Deprecated in 1.4.0
21## Defunct in 1.5.0
22## reshapeWide <- function(x, i, j, val, jnames = levels(j)) .Defunct("reshape")
23## reshapeLong <- function(x,jvars,  ilev = row.names(x),
24##                         jlev = names(x)[jvars], iname = "reshape.i",
25##                         jname = "reshape.j", vname = "reshape.v")
26##     .Defunct("reshape")
27## </entry>
28
29## <entry>
30## Deprecated in 1.8.0
31## Defunct in 1.9.0
32# removed in 3.0.0 to avoid confusion as a method
33## print.coefmat <- function(x, digits=max(3, getOption("digits") - 2),
34##               signif.stars = getOption("show.signif.stars"),
35##               dig.tst = max(1, min(5, digits - 1)),
36##               cs.ind, tst.ind, zap.ind = integer(0L),
37##               P.values = NULL,
38##               has.Pvalue,
39##               eps.Pvalue = .Machine$double.eps,
40##               na.print = "", ...) .Defunct()
41## anovalist.lm <- function (object, ..., test = NULL) .Defunct()
42## lm.fit.null <- function(x, y, method = "qr", tol = 1e-07, ...)
43##     .Defunct("lm.fit")
44## lm.wfit.null <- function(x, y, w, method = "qr", tol = 1e-07, ...)
45##     .Defunct("lm.wfit")
46## glm.fit.null <- function(x, y, weights , start = NULL,
47##              etastart = NULL, mustart = NULL, offset,
48##              family = gaussian(), control = glm.control(),
49##              intercept = FALSE)
50##     .Defunct("glm.fit")
51## </entry>
52
53## <entry>
54## Deprecated in 2.2.1
55## Defunct in 2.4.0
56## mauchley.test <- function(...) .Defunct("mauchly.test")
57## </entry>
58
59## <entry>
60## Deprecated in 2.10.0
61## Defunct in 2.11.0
62## clearNames <- function( object ) .Defunct("unname")
63## </entry>
64
65### all of the above stubs removed in 3.0.0.
66
67## <entry>
68## Deprecated in 3.1.0
69## Defunct in 4.1.0
70plclust <- function(tree, hang = 0.1, unit = FALSE, level = FALSE, hmin = 0,
71                    square = TRUE, labels = NULL, plot. = TRUE,
72                    axes = TRUE, frame.plot = FALSE, ann = TRUE,
73                    main = "", sub = NULL, xlab = NULL, ylab = "Height")
74{
75    .Defunct("plot")
76}
77## </Entry>
78