pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-repurrrsive math/R-repurrrsive: import R-repurr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/168f2c7bee97
branches:  trunk
changeset: 378509:168f2c7bee97
user:      mef <mef%pkgsrc.org@localhost>
date:      Wed May 04 12:22:05 2022 +0000

description:
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.

diffstat:

 math/R-repurrrsive/DESCR    |   6 ++++++
 math/R-repurrrsive/Makefile |  18 ++++++++++++++++++
 math/R-repurrrsive/distinfo |   5 +++++
 3 files changed, 29 insertions(+), 0 deletions(-)

diffs (41 lines):

diff -r 752e35156eeb -r 168f2c7bee97 math/R-repurrrsive/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-repurrrsive/DESCR  Wed May 04 12:22:05 2022 +0000
@@ -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.
diff -r 752e35156eeb -r 168f2c7bee97 math/R-repurrrsive/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-repurrrsive/Makefile       Wed May 04 12:22:05 2022 +0000
@@ -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"
diff -r 752e35156eeb -r 168f2c7bee97 math/R-repurrrsive/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-repurrrsive/distinfo       Wed May 04 12:22:05 2022 +0000
@@ -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