Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6AE9884E5C for ; Sat, 17 Jun 2023 10:39:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id HxlMkk40upuM for ; Sat, 17 Jun 2023 10:39:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D810984D55 for ; Sat, 17 Jun 2023 10:39:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D4E30FA89; Sat, 17 Jun 2023 10:39:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1686998390231470" MIME-Version: 1.0 Date: Sat, 17 Jun 2023 10:39:50 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/math/R-Formula To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20230617103950.D4E30FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1686998390231470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Jun 17 10:39:50 UTC 2023 Modified Files: pkgsrc/math/R-Formula: Makefile distinfo Log Message: (math/R-Formula) Updated 1.2.4 to 1.2.5, make test also passed # Formula 1.2-5 * Improve `dot` handling in `model.matrix()` method when setting up the terms (reported by Kevin Tappe). To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/R-Formula/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/R-Formula/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1686998390231470 Content-Disposition: inline Content-Length: 1935 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/R-Formula/Makefile diff -u pkgsrc/math/R-Formula/Makefile:1.3 pkgsrc/math/R-Formula/Makefile:1.4 --- pkgsrc/math/R-Formula/Makefile:1.3 Sun Oct 25 03:19:22 2020 +++ pkgsrc/math/R-Formula/Makefile Sat Jun 17 10:39:50 2023 @@ -1,13 +1,18 @@ -# $NetBSD: Makefile,v 1.3 2020/10/25 03:19:22 wen Exp $ +# $NetBSD: Makefile,v 1.4 2023/06/17 10:39:50 mef Exp $ R_PKGNAME= Formula -R_PKGVER= 1.2-4 -CATEGORIES= math +R_PKGVER= 1.2-5 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Extended model formulas LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 +TEST_DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref +TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin +TEST_DEPENDS+= tex-natbib-[0-9]*:../../print/tex-natbib +TEST_DEPENDS+= tex-thumbpdf-[0-9]*:../../print/tex-thumbpdf +TEST_DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor + USE_LANGUAGES= # none .include "../../math/R/Makefile.extension" Index: pkgsrc/math/R-Formula/distinfo diff -u pkgsrc/math/R-Formula/distinfo:1.4 pkgsrc/math/R-Formula/distinfo:1.5 --- pkgsrc/math/R-Formula/distinfo:1.4 Tue Oct 26 10:55:21 2021 +++ pkgsrc/math/R-Formula/distinfo Sat Jun 17 10:39:50 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:55:21 nia Exp $ +$NetBSD: distinfo,v 1.5 2023/06/17 10:39:50 mef Exp $ -BLAKE2s (R/Formula_1.2-4.tar.gz) = 50ff3176d63f2616d15d79dcde7aa6a7a23a5e159207389aa8c97eb7f628a2fd -SHA512 (R/Formula_1.2-4.tar.gz) = 9fa7bf9710c37ae28454b533dfe82cc602b0ddae4ecae38e31155cd957cba51060ba84fa0bbc3adf65aa02d0a2c56fea3a852da292bb71d615437fbdc246a741 -Size (R/Formula_1.2-4.tar.gz) = 164214 bytes +BLAKE2s (R/Formula_1.2-5.tar.gz) = 3dbaabcc917d057554273afb8a11a244abab702066ecbef5d698cc8a1b699d80 +SHA512 (R/Formula_1.2-5.tar.gz) = 49021a4788f8551c0201581a94d38af4fb4becae4c85a85224d05ff5c37f5e29132bca23e38f6226def77c2a25f3d393e4bb462f4b3d2c0babe97b7e951ca2d3 +Size (R/Formula_1.2-5.tar.gz) = 128259 bytes --_----------=_1686998390231470--