Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B224684E6D for ; Fri, 9 Jun 2023 00:07:54 +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 TjJ1EWvWxlgm for ; Fri, 9 Jun 2023 00:07:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 15DCD84D2E for ; Fri, 9 Jun 2023 00:07:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 57B5DFA89; Fri, 9 Jun 2023 00:07:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1686269257103560" MIME-Version: 1.0 Date: Fri, 9 Jun 2023 00:07:37 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/math/R-repurrrsive To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20230609000737.57B5DFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1686269257103560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Fri Jun 9 00:07:37 UTC 2023 Modified Files: pkgsrc/math/R-repurrrsive: Makefile distinfo Log Message: (math/R-repurrrsive) Updated 1.0.0 to 1.1.0 # repurrrsive 1.1.0 * Some NSFW content has been removed from `got_chars` (#26). * `gmaps_cities` is a new dataset, containing the results of geocoding five US cities. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/R-repurrrsive/Makefile \ pkgsrc/math/R-repurrrsive/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1686269257103560 Content-Disposition: inline Content-Length: 2287 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/R-repurrrsive/Makefile diff -u pkgsrc/math/R-repurrrsive/Makefile:1.1 pkgsrc/math/R-repurrrsive/Makefile:1.2 --- pkgsrc/math/R-repurrrsive/Makefile:1.1 Wed May 4 12:22:05 2022 +++ pkgsrc/math/R-repurrrsive/Makefile Fri Jun 9 00:07:37 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2022/05/04 12:22:05 mef Exp $ +# $NetBSD: Makefile,v 1.2 2023/06/09 00:07:37 mef Exp $ R_PKGNAME= repurrrsive -R_PKGVER= 1.0.0 +R_PKGVER= 1.1.0 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Examples of Recursive Lists and Nested or Split Data Frames @@ -11,6 +11,16 @@ DEPENDS+= R-tibble>=3.1.4:../../math/R-t #TEST_DEPENDS+= R-gapminder-[0-9]*: #TEST_DEPENDS+= R-wesanderson-[0-9]*: +TEST_DEPENDS+= R-jsonlite-[0-9]*:../../textproc/R-jsonlite +TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat +TEST_DEPENDS+= R-xml2-[0-9]*:../../textproc/R-xml2 + +# !pdfTeX error: pdflatex (file tctt0900): Font tctt0900 at 600 not found +# (tctt looks included in tex-ec though) +TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin +TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url +TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec +TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval USE_LANGUAGES= # none Index: pkgsrc/math/R-repurrrsive/distinfo diff -u pkgsrc/math/R-repurrrsive/distinfo:1.1 pkgsrc/math/R-repurrrsive/distinfo:1.2 --- pkgsrc/math/R-repurrrsive/distinfo:1.1 Wed May 4 12:22:05 2022 +++ pkgsrc/math/R-repurrrsive/distinfo Fri Jun 9 00:07:37 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2022/05/04 12:22:05 mef Exp $ +$NetBSD: distinfo,v 1.2 2023/06/09 00:07:37 mef Exp $ -BLAKE2s (R/repurrrsive_1.0.0.tar.gz) = 9099be83f537694afbad70681387c152adf20502c925469f0a4c7eacf41c0a10 -SHA512 (R/repurrrsive_1.0.0.tar.gz) = 6112eba3f5d55d6f3db63ed3599c7274d9ba84088b959c25865c644b49b78c1c1d8c507bf0eea56ffab1cb311263045e7839570cdef2f0e28fccf9711e183a6b -Size (R/repurrrsive_1.0.0.tar.gz) = 594022 bytes +BLAKE2s (R/repurrrsive_1.1.0.tar.gz) = d01afd4e294a34e7aa543ca3b055500af268121086b058918b2bd2d618b10a46 +SHA512 (R/repurrrsive_1.1.0.tar.gz) = c094d04bfa61117c58b081cdee8dfb3b5868c211c31c4798b809aad94da34f59c33942f48c158439dd23bb3ab372a505cd713c0c8286aa75abc8e747e7c88bb5 +Size (R/repurrrsive_1.1.0.tar.gz) = 516002 bytes --_----------=_1686269257103560--