Received: by mail.netbsd.org (Postfix, from userid 605) id 6790B84E6B; Mon, 20 Sep 2021 02:51:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A492784E69 for ; Mon, 20 Sep 2021 02:51:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 udv_GN3BS5sL for ; Mon, 20 Sep 2021 02:51:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id EF41984D0C for ; Mon, 20 Sep 2021 02:51:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E3468FA97; Mon, 20 Sep 2021 02:51:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1632106283208660" MIME-Version: 1.0 Date: Mon, 20 Sep 2021 02:51:23 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210920025123.E3468FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1632106283208660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Mon Sep 20 02:51:23 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 pkgsrc/math: Makefile Log Message: Added math/R-insight version 0.14.4 To generate a diff of this commit: cvs rdiff -u -r1.4866 -r1.4867 pkgsrc/doc/CHANGES-2021 cvs rdiff -u -r1.518 -r1.519 pkgsrc/math/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1632106283208660 Content-Disposition: inline Content-Length: 1247 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2021 diff -u pkgsrc/doc/CHANGES-2021:1.4866 pkgsrc/doc/CHANGES-2021:1.4867 --- pkgsrc/doc/CHANGES-2021:1.4866 Mon Sep 20 02:44:51 2021 +++ pkgsrc/doc/CHANGES-2021 Mon Sep 20 02:51:23 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.4866 2021/09/20 02:44:51 mef Exp $ +$NetBSD: CHANGES-2021,v 1.4867 2021/09/20 02:51:23 mef Exp $ Changes to the packages collection and infrastructure in 2021: @@ -7513,3 +7513,4 @@ Changes to the packages collection and i Updated graphics/R-ggExtra to 0.9 [mef 2021-09-20] Updated graphics/R-ggthemes to 4.2.4 [mef 2021-09-20] Updated graphics/R-jpeg to 0.1.9 [mef 2021-09-20] + Added math/R-insight version 0.14.4 [mef 2021-09-20] Index: pkgsrc/math/Makefile diff -u pkgsrc/math/Makefile:1.518 pkgsrc/math/Makefile:1.519 --- pkgsrc/math/Makefile:1.518 Sat Sep 18 23:08:24 2021 +++ pkgsrc/math/Makefile Mon Sep 20 02:51:23 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.518 2021/09/18 23:08:24 mef Exp $ +# $NetBSD: Makefile,v 1.519 2021/09/20 02:51:23 mef Exp $ COMMENT= Mathematics @@ -69,6 +69,7 @@ SUBDIR+= R-hexbin SUBDIR+= R-httpRequest SUBDIR+= R-hwde SUBDIR+= R-igraph +SUBDIR+= R-insight SUBDIR+= R-intervals SUBDIR+= R-lme4 SUBDIR+= R-lmm --_----------=_1632106283208660--