pkgsrc/math/R-repurrrsive/Makefile
mef 9c80f60b57 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.
2022-05-04 12:22:05 +00:00

18 lines
449 B
Makefile

# $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
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"