Received: by mail.netbsd.org (Postfix, from userid 605) id 0B43F84D67; Sun, 25 Feb 2024 01:58:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708826309; bh=XhAYeKkRMd6BkMGNMB3X4RWUjrwUcUnUJOcWyiXbzrE=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=qi/PgXmG5Pztrhd7tNdfi0700ZGjD9oMtRuXrvCxguh+N2kEBU00g/nOsnhqNyVHx KNTrBgj2OGPBXMZZcdnZCfQCLfWWDhkIMF+KwlXZ6uB/8CqTphA2kSqGx90Ii4Ky8r tAT+cgo8EUTy0u2KDatdBVNRfRzKwonsTd9NKUmU= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ED92484CC9 for ; Sun, 25 Feb 2024 01:58:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id UBrgDffa-UNj for ; Sun, 25 Feb 2024 01:58:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 51BE584C13 for ; Sun, 25 Feb 2024 01:58:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708826307; bh=XhAYeKkRMd6BkMGNMB3X4RWUjrwUcUnUJOcWyiXbzrE=; h=Date:From:Subject:To:Reply-To; b=LZwl2htPdn+u45RYK2JD0YKjZ+SaGweKhTQIIBsGXXs0+nkyabXm3DVcGncd5Ivzd 6C6bxdznT3T/lQQtaCEiBDDaZ2d0HArnZxfUh+wYne18z9/KFZGtS+yILvsk+bnSh6 RDKLYWoet5ov/FjG/CJTrQCPTAlvRYVjuesIPCj8= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3B86DF9F4; Sun, 25 Feb 2024 01:58:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170882630774650" MIME-Version: 1.0 Date: Sun, 25 Feb 2024 01:58:27 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/math/R-estimability To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20240225015827.3B86DF9F4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170882630774650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Feb 25 01:58:27 UTC 2024 Modified Files: pkgsrc/math/R-estimability: Makefile distinfo Log Message: (math/R-estimability) Updated 1.4.1 to 1.5, make test passed ** NOTE: If you have v1.4 installed, please update to a newer version! ** (Or an older one, for that matter) 1.5 We now require R >= 4.3.0. Plays along with the changes in 'predict.lm' that came with R 4.3.0. We re-coded the 'nonest.basis.qr' to something much simpler, and the old version is kept available as 'legacy.nonest.basis'. And a vignette was added to help developers add estimability checking to their package. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/R-estimability/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/R-estimability/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170882630774650 Content-Disposition: inline Content-Length: 2231 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/R-estimability/Makefile diff -u pkgsrc/math/R-estimability/Makefile:1.3 pkgsrc/math/R-estimability/Makefile:1.4 --- pkgsrc/math/R-estimability/Makefile:1.3 Sun Feb 12 04:32:51 2023 +++ pkgsrc/math/R-estimability/Makefile Sun Feb 25 01:58:27 2024 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2023/02/12 04:32:51 mef Exp $ +# $NetBSD: Makefile,v 1.4 2024/02/25 01:58:27 mef Exp $ R_PKGNAME= estimability -R_PKGVER= 1.4.1 +R_PKGVER= 1.5 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Tools for assessing estimability of linear predictions @@ -10,6 +10,16 @@ LICENSE= gnu-gpl-v3 USE_LANGUAGES= # none TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata +TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr +TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown + +TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec +TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata +TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin +TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval +TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url + + .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/math/R-estimability/distinfo diff -u pkgsrc/math/R-estimability/distinfo:1.4 pkgsrc/math/R-estimability/distinfo:1.5 --- pkgsrc/math/R-estimability/distinfo:1.4 Sun Feb 12 04:32:51 2023 +++ pkgsrc/math/R-estimability/distinfo Sun Feb 25 01:58:27 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2023/02/12 04:32:51 mef Exp $ +$NetBSD: distinfo,v 1.5 2024/02/25 01:58:27 mef Exp $ -BLAKE2s (R/estimability_1.4.1.tar.gz) = edbbf0bb4c6b6fc1cf2270fc77fc16b8c7d2f3c3adeb01f51576822553488bf9 -SHA512 (R/estimability_1.4.1.tar.gz) = 67e3ba46c8967fad8f6a896f2e430c3d8000b9c90d83151785723f74fe14072beb94523e88f93ad48f32e351d2de18f3ae04332acae1083d213066be58243be9 -Size (R/estimability_1.4.1.tar.gz) = 10606 bytes +BLAKE2s (R/estimability_1.5.tar.gz) = 8a3aa2f86e6a98e2b93caae70a0790dcb34bdbea7ad5d9f80cc3e5db2b8a1ae0 +SHA512 (R/estimability_1.5.tar.gz) = f1448178dc789fae50ed1ec8e30f226de82d599a8739eb1f1ce261e794d345741eb5fa163fe22087fe875c41f6f3764373a300e9203fea5d0748ba800936fde5 +Size (R/estimability_1.5.tar.gz) = 15781 bytes --_----------=_170882630774650--