diff -Nru r-cran-nnet-7.3-18/debian/changelog r-cran-nnet-7.3-19/debian/changelog --- r-cran-nnet-7.3-18/debian/changelog 2022-10-19 01:05:53.000000000 +0000 +++ r-cran-nnet-7.3-19/debian/changelog 2023-06-29 02:14:07.000000000 +0000 @@ -1,8 +1,26 @@ -r-cran-nnet (7.3-18-1.2204.0) jammy; urgency=medium +r-cran-nnet (7.3-19-2.2204.0) jammy; urgency=medium - * Compilation for Ubuntu 22.04.1 LTS + * Compilation for Ubuntu 22.04.2 LTS - -- Michael Rutter Wed, 19 Oct 2022 01:05:53 +0000 + -- Michael Rutter Thu, 29 Jun 2023 02:14:07 +0000 + +r-cran-nnet (7.3-19-2) unstable; urgency=medium + + * Rebuilding for unstable following bookworm release + + * debian/control: Set Build-Depends: to current R version + + -- Dirk Eddelbuettel Wed, 21 Jun 2023 06:52:20 -0500 + +r-cran-nnet (7.3-19-1) experimental; urgency=medium + + * New upstream release (into 'experimental' while Debian is frozen) + + * debian/control: Set Build-Depends: to current R version + * debian/control: Set Standards-Version: to current version + * debian/control: Switch to virtual debhelper-compat (= 12) + + -- Dirk Eddelbuettel Mon, 08 May 2023 17:39:01 -0500 r-cran-nnet (7.3-18-1) unstable; urgency=medium diff -Nru r-cran-nnet-7.3-18/debian/compat r-cran-nnet-7.3-19/debian/compat --- r-cran-nnet-7.3-18/debian/compat 1970-01-01 00:00:00.000000000 +0000 +++ r-cran-nnet-7.3-19/debian/compat 2023-06-29 02:14:07.000000000 +0000 @@ -0,0 +1 @@ +10 diff -Nru r-cran-nnet-7.3-18/debian/control r-cran-nnet-7.3-19/debian/control --- r-cran-nnet-7.3-18/debian/control 2022-09-28 17:57:52.000000000 +0000 +++ r-cran-nnet-7.3-19/debian/control 2023-06-29 02:14:07.000000000 +0000 @@ -2,8 +2,8 @@ Section: gnu-r Priority: optional Maintainer: Dirk Eddelbuettel -Build-Depends: debhelper-compat (= 11), r-base-dev (>= 4.2.1), dh-r -Standards-Version: 4.6.1 +Build-Depends: debhelper, r-base-dev (>= 4.3.1), dh-r +Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/edd/r-cran-nnet Vcs-Git: https://salsa.debian.org/edd/r-cran-nnet.git Homepage: https://cran.r-project.org/package=nnet diff -Nru r-cran-nnet-7.3-18/DESCRIPTION r-cran-nnet-7.3-19/DESCRIPTION --- r-cran-nnet-7.3-18/DESCRIPTION 2022-09-28 12:57:31.000000000 +0000 +++ r-cran-nnet-7.3-19/DESCRIPTION 2023-05-03 11:01:30.000000000 +0000 @@ -1,7 +1,7 @@ Package: nnet Priority: recommended -Version: 7.3-18 -Date: 2022-09-28 +Version: 7.3-19 +Date: 2023-05-02 Depends: R (>= 3.0.0), stats, utils Suggests: MASS Authors@R: c(person("Brian", "Ripley", role = c("aut", "cre", "cph"), @@ -14,9 +14,9 @@ License: GPL-2 | GPL-3 URL: http://www.stats.ox.ac.uk/pub/MASS4/ NeedsCompilation: yes -Packaged: 2022-09-28 12:44:06 UTC; ripley +Packaged: 2023-05-02 16:07:11 UTC; ripley Author: Brian Ripley [aut, cre, cph], William Venables [cph] Maintainer: Brian Ripley Repository: CRAN -Date/Publication: 2022-09-28 12:57:31 UTC +Date/Publication: 2023-05-03 11:01:30 UTC diff -Nru r-cran-nnet-7.3-18/MD5 r-cran-nnet-7.3-19/MD5 --- r-cran-nnet-7.3-18/MD5 2022-09-28 12:57:31.000000000 +0000 +++ r-cran-nnet-7.3-19/MD5 2023-05-03 11:01:30.000000000 +0000 @@ -1,8 +1,8 @@ -cd15dae24b015dadbb104ac7e5753295 *DESCRIPTION +c47a71474e23ad6081634cf6b1823d26 *DESCRIPTION 96ca8858604cc2dad175578a3481a5de *LICENCE.note 3108fb45014de53cb6a33bdac2bc71b3 *NAMESPACE -bddd60ee2fc196f68a625aae7a08aa56 *R/multinom.R -b9c1e2c28b9a500b31aedb5150445b0a *R/nnet.R +31fb0344ce5cbdfff115399468b43bc0 *R/multinom.R +a9510ad37ef220fe49bd8590c1c1a998 *R/nnet.R 0611f18002ef19f31e57919fd7a80b35 *R/vcovmultinom.R 91cbc73bd6fed6d715f20cd97e7a47ac *R/zzz.R c8d531be56f6ea62e73d9787e17f3e30 *inst/CITATION diff -Nru r-cran-nnet-7.3-18/R/multinom.R r-cran-nnet-7.3-19/R/multinom.R --- r-cran-nnet-7.3-18/R/multinom.R 2013-07-03 07:53:16.000000000 +0000 +++ r-cran-nnet-7.3-19/R/multinom.R 2023-05-02 16:04:50.000000000 +0000 @@ -1,5 +1,5 @@ # file nnet/multinom.R -# copyright (C) 1994-2013 W. N. Venables and B. D. Ripley +# copyright (C) 1994-2023 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 @@ -184,7 +184,7 @@ if (!is.null(cl <- attr(Terms, "dataClasses"))) .checkMFClasses(cl, m) keep <- match(row.names(m), rn) - X <- model.matrix(Terms, m, contrasts = object$contrasts) + X <- model.matrix(Terms, m, contrasts.arg = object$contrasts) Y1 <- predict.nnet(object, X) Y <- matrix(NA, nrow(newdata), ncol(Y1), dimnames = list(rn, colnames(Y1))) diff -Nru r-cran-nnet-7.3-18/R/nnet.R r-cran-nnet-7.3-19/R/nnet.R --- r-cran-nnet-7.3-18/R/nnet.R 2013-07-03 07:45:54.000000000 +0000 +++ r-cran-nnet-7.3-19/R/nnet.R 2023-05-02 16:04:38.000000000 +0000 @@ -193,7 +193,7 @@ if (!is.null(cl <- attr(Terms, "dataClasses"))) .checkMFClasses(cl, m) keep <- match(row.names(m), rn) - x <- model.matrix(Terms, m, contrasts = object$contrasts) + x <- model.matrix(Terms, m, contrasts.arg = object$contrasts) xint <- match("(Intercept)", colnames(x), nomatch=0L) if(xint > 0L) x <- x[, -xint, drop=FALSE] # Bias term is used for intercepts } else {