pkgsrc/devel/R-repr/Makefile
wen ac714c0a05 Update to 0.18
Upstream changes:
0.18
    [#103] Add new mime types:
        repr_plotly1
        repr_vega4
        repr_vegalite2
        repr_vdom

0.17
    Fix tests on Windows

0.16
    [#96] Fix displaying lists with mixed named and unnamed items
    [IRkernel/IRkernel#588] Fixed in #98 and #99 independently
2018-12-21 06:21:20 +00:00

20 lines
480 B
Makefile

# $NetBSD: Makefile,v 1.4 2018/12/21 06:21:20 wen Exp $
CATEGORIES= devel
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/repr/
COMMENT= Serializable representations
LICENSE= gnu-gpl-v3
DEPENDS+= R-htmltools-[0-9]*:../../textproc/R-htmltools
DEPENDS+= R-base64enc-[0-9]*:../../converters/R-base64enc
R_PKGNAME= repr
R_PKGVER= 0.18
USE_LANGUAGES= # none
BUILDLINK_API_DEPENDS.R+= R>=3.0.1
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"