Skip to content

Commit

Permalink
(math/R-repurrrsive) Updated 1.0.0 to 1.1.0
Browse files Browse the repository at this point in the history
# 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.
  • Loading branch information
mef committed Jun 9, 2023
1 parent d5e5898 commit 09e1a55
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
14 changes: 12 additions & 2 deletions math/R-repurrrsive/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -11,6 +11,16 @@ DEPENDS+= R-tibble>=3.1.4:../../math/R-tibble

#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

Expand Down
8 changes: 4 additions & 4 deletions math/R-repurrrsive/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 09e1a55

Please sign in to comment.