pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/R-repurrrsive



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed May  4 12:22:05 UTC 2022

Added Files:
        pkgsrc/math/R-repurrrsive: DESCR Makefile distinfo

Log Message:
math/R-repurrrsive: import R-repurrrsive-1.0.0

Recursive lists in the form of R objects, 'JSON', and 'XML', for use
in teaching and examples. Examples include color palettes, Game of
Thrones characters, 'GitHub' users and repositories, music
collections, and entities from the Star Wars universe. Data from the
'gapminder' package is also included, as a simple data frame and in
nested and split forms.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-repurrrsive/DESCR \
    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.

Added files:

Index: pkgsrc/math/R-repurrrsive/DESCR
diff -u /dev/null pkgsrc/math/R-repurrrsive/DESCR:1.1
--- /dev/null   Wed May  4 12:22:05 2022
+++ pkgsrc/math/R-repurrrsive/DESCR     Wed May  4 12:22:05 2022
@@ -0,0 +1,6 @@
+Recursive lists in the form of R objects, 'JSON', and 'XML', for use
+in teaching and examples. Examples include color palettes, Game of
+Thrones characters, 'GitHub' users and repositories, music
+collections, and entities from the Star Wars universe. Data from the
+'gapminder' package is also included, as a simple data frame and in
+nested and split forms.
Index: pkgsrc/math/R-repurrrsive/Makefile
diff -u /dev/null pkgsrc/math/R-repurrrsive/Makefile:1.1
--- /dev/null   Wed May  4 12:22:05 2022
+++ pkgsrc/math/R-repurrrsive/Makefile  Wed May  4 12:22:05 2022
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2022/05/04 12:22:05 mef Exp $
+
+R_PKGNAME=     repurrrsive
+R_PKGVER=      1.0.0
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Examples of Recursive Lists and Nested or Split Data Frames
+LICENSE=       cc0-1.0-universal
+
+DEPENDS+=      R-tibble>=3.1.4:../../math/R-tibble
+
+#TEST_DEPENDS+=        R-gapminder-[0-9]*:
+#TEST_DEPENDS+=        R-wesanderson-[0-9]*:
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/R-repurrrsive/distinfo
diff -u /dev/null pkgsrc/math/R-repurrrsive/distinfo:1.1
--- /dev/null   Wed May  4 12:22:05 2022
+++ pkgsrc/math/R-repurrrsive/distinfo  Wed May  4 12:22:05 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/05/04 12:22:05 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



Home | Main Index | Thread Index | Old Index