pkgsrc/textproc/R-crosstalk/Makefile
mef 6c3577fb72 textproc/R-crosstalk: import R-crosstalk-1.0.0
Provides building blocks for allowing HTML widgets to communicate with
each other, with Shiny or without (i.e. static .html files). Currently
supports linked brushing and filtering.
2020-01-13 09:59:23 +00:00

20 lines
587 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/01/13 09:59:23 mef Exp $
R_PKGNAME= crosstalk
R_PKGVER= 1.0.0
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Inter-Widget Interactivity for HTML Widgets
LICENSE= mit # + file LICENSE
DEPENDS+= R-lazyeval>=0.2.2:../../devel/R-lazyeval
DEPENDS+= R-ggplot2>=3.2.0:../../graphics/R-ggplot2
DEPENDS+= R-htmltools>=0.3.5:../../textproc/R-htmltools
DEPENDS+= R-jsonlite>=1.6:../../textproc/R-jsonlite
DEPENDS+= R-shiny>=0.11:../../www/R-shiny
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"