Skip to content

Commit

Permalink
version 7.3-60.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Ripley authored and cran-robot committed Jul 14, 2023
1 parent ba50385 commit 8e74bc4
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 969 deletions.
21 changes: 17 additions & 4 deletions ChangeLog
@@ -1,9 +1,22 @@
7.3-59
7.3-60.1 (released 2023-07-14 only for 4.4.0/Recommended)
Remove the S3 methods
profile.glm
confint,{glm,profile.glm,nls,confint.nls}
plot.profile
pairs.profile
for R >= 4.4.0 so those newly in stats will be preferred.

Depend on R (>= 4.4.0).

7.3-60 (released 2023-05-02)
Tweak some partial matches.

7.3-59 (released 2023-04-21)
man/{bacteria,epil,gamma.shape,housing,summaey.negbin,theta.md}.Rd:
Use IGNORE_RDIFF markup for change to summary.glm in R 4.3.0.
Back to depending on R (>= 4.0).

7.3-58.4 (released 2023-04-05)
7.3-58.4 (released 2023-04-05 only for 4.3.0/Recommended)
Emergency fix for summary.glm late changes in 4.3.0.
Depends on R(>= 4.3) and has updated reference output.

Expand All @@ -12,7 +25,7 @@
Update inst/CITATION.

7.3-58.2 (released 2023-01-21)
NAMESPACE: no longer export undocumented lmwork.
NAMESPACE: no longer export undocumented function lmwork.
man/bacteria.Rd: update URL.
Document as.fractions, is.fractions, gamma.shape and select.

Expand Down Expand Up @@ -51,7 +64,7 @@
remove basckslash from \$ in Boston.Rd and Cars93.Rd

7.3-56 (released 2022-03-23)
offsets on lme have been disabled
offsets on lme have been disabled.

7.3-55 (released 2022-01-13)
src/lqs.c include float.h explicitly (for STRICT_R_HEADERS)
Expand Down
12 changes: 5 additions & 7 deletions DESCRIPTION
@@ -1,9 +1,9 @@
Package: MASS
Priority: recommended
Version: 7.3-60
Date: 2023-05-02
Revision: $Rev: 3621 $
Depends: R (>= 4.0), grDevices, graphics, stats, utils
Version: 7.3-60.1
Date: 2023-07-13
Revision: $Rev: 3625 $
Depends: R (>= 4.4.0), grDevices, graphics, stats, utils
Imports: methods
Suggests: lattice, nlme, nnet, survival
Authors@R: c(person("Brian", "Ripley", role = c("aut", "cre", "cph"),
Expand All @@ -24,13 +24,11 @@ License: GPL-2 | GPL-3
URL: http://www.stats.ox.ac.uk/pub/MASS4/
Contact: <MASS@stats.ox.ac.uk>
NeedsCompilation: yes
Packaged: 2023-05-02 16:42:41 UTC; ripley
Packaged: 2023-07-14 12:48:32 UTC; ripley
Author: Brian Ripley [aut, cre, cph],
Bill Venables [ctb],
Douglas M. Bates [ctb],
Kurt Hornik [trl] (partial port ca 1998),
Albrecht Gebhardt [trl] (partial port ca 1998),
David Firth [ctb]
Maintainer: Brian Ripley <ripley@stats.ox.ac.uk>
Repository: CRAN
Date/Publication: 2023-05-04 07:32:21 UTC
343 changes: 0 additions & 343 deletions MD5

This file was deleted.

18 changes: 11 additions & 7 deletions NAMESPACE
Expand Up @@ -80,11 +80,13 @@ S3method(coef, fitdistr)
S3method(coef, lda)
S3method(coef, loglm)
S3method(coef, ridgelm)
S3method(confint, glm)
S3method(confint, nls)
## Taken by PD for R 4.4.0
#S3method(confint, glm)
#S3method(confint, nls)
S3method(confint, polr)
S3method(confint, profile.glm)
S3method(confint, profile.nls)
## Taken by PD for R 4.4.0
#S3method(confint, profile.glm)
#S3method(confint, profile.nls)
S3method(confint, profile.polr)
S3method(corresp, xtabs)
S3method(corresp, data.frame)
Expand Down Expand Up @@ -131,11 +133,13 @@ S3method(nobs, loglm)
S3method(nobs, polr)
S3method(Ops, fractions)
S3method(pairs, lda)
S3method(pairs, profile)
## Taken by PD for R 4.4.0
#S3method(pairs, profile)
S3method(plot, correspondence)
S3method(plot, lda)
S3method(plot, mca)
S3method(plot, profile)
## Taken by PD for R 4.4.0
#S3method(plot, profile)
S3method(plot, ridgelm)
S3method(predict, glmmPQL)
S3method(predict, lda)
Expand Down Expand Up @@ -165,7 +169,7 @@ S3method(print, summary.loglm)
S3method(print, summary.negbin)
S3method(print, summary.polr)
S3method(print, summary.rlm)
S3method(profile, glm)
#S3method(profile, glm)
S3method(profile, polr)
S3method(qda, data.frame)
S3method(qda, default)
Expand Down
2 changes: 1 addition & 1 deletion R/area.R
@@ -1,5 +1,5 @@
# file MASS/R/area.R
# copyright (C) 1994-9 W. N. Venables and B. D. Ripley
# copyright (C) 1994-2021 W. N. Venables and B. D. Ripley
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
89 changes: 0 additions & 89 deletions R/confint.R

This file was deleted.

0 comments on commit 8e74bc4

Please sign in to comment.