Received: by mail.netbsd.org (Postfix, from userid 605) id 565F184D96; Sun, 6 Jun 2021 13:12:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 92D4A84D17 for ; Sun, 6 Jun 2021 13:12:02 +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 Fu434HQSNzEh for ; Sun, 6 Jun 2021 13:12:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E526284D12 for ; Sun, 6 Jun 2021 13:12:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E276FFA95; Sun, 6 Jun 2021 13:12:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162298512180840" MIME-Version: 1.0 Date: Sun, 6 Jun 2021 13:12:01 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210606131201.E276FFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162298512180840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Jun 6 13:12:01 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 TODO Log Message: doc: Updated devel/R-testthat to 3.0.2 To generate a diff of this commit: cvs rdiff -u -r1.3270 -r1.3271 pkgsrc/doc/CHANGES-2021 cvs rdiff -u -r1.20744 -r1.20745 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162298512180840 Content-Disposition: inline Content-Length: 1263 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.3270 pkgsrc/doc/CHANGES-2021:1.3271 --- pkgsrc/doc/CHANGES-2021:1.3270 Sun Jun 6 13:07:41 2021 +++ pkgsrc/doc/CHANGES-2021 Sun Jun 6 13:12:01 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.3270 2021/06/06 13:07:41 mef Exp $ +$NetBSD: CHANGES-2021,v 1.3271 2021/06/06 13:12:01 mef Exp $ Changes to the packages collection and infrastructure in 2021: @@ -5204,3 +5204,4 @@ Changes to the packages collection and i Updated devel/R-inline to 0.3.19 [mef 2021-06-06] Updated devel/R-rappdirs to 0.3.3 [mef 2021-06-06] Updated devel/R-repr to 1.1.3 [mef 2021-06-06] + Updated devel/R-testthat to 3.0.2 [mef 2021-06-06] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.20744 pkgsrc/doc/TODO:1.20745 --- pkgsrc/doc/TODO:1.20744 Sun Jun 6 13:07:41 2021 +++ pkgsrc/doc/TODO Sun Jun 6 13:12:01 2021 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.20744 2021/06/06 13:07:41 mef Exp $ +$NetBSD: TODO,v 1.20745 2021/06/06 13:12:01 mef Exp $ Suggested new packages ====================== @@ -492,7 +492,6 @@ For possible Perl packages updates, see o R-survey-4.0 o R-sys-3.4 o R-tensorA-0.36.2 - o R-testthat-3.0.2 o R-tidyr-1.1.3 o R-timeSeries-3062.100 o R-tinytest-1.2.4 --_----------=_162298512180840--