pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/R-crosstalk textproc/R-crosstalk: import R-cr...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bfd1c7b30b98
branches: trunk
changeset: 421230:bfd1c7b30b98
user: mef <mef%pkgsrc.org@localhost>
date: Mon Jan 13 09:59:23 2020 +0000
description:
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.
diffstat:
textproc/R-crosstalk/DESCR | 3 +++
textproc/R-crosstalk/Makefile | 20 ++++++++++++++++++++
textproc/R-crosstalk/distinfo | 6 ++++++
3 files changed, 29 insertions(+), 0 deletions(-)
diffs (41 lines):
diff -r de8d746f58d0 -r bfd1c7b30b98 textproc/R-crosstalk/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-crosstalk/DESCR Mon Jan 13 09:59:23 2020 +0000
@@ -0,0 +1,3 @@
+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.
diff -r de8d746f58d0 -r bfd1c7b30b98 textproc/R-crosstalk/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-crosstalk/Makefile Mon Jan 13 09:59:23 2020 +0000
@@ -0,0 +1,20 @@
+# $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@localhost
+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"
diff -r de8d746f58d0 -r bfd1c7b30b98 textproc/R-crosstalk/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-crosstalk/distinfo Mon Jan 13 09:59:23 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/13 09:59:23 mef Exp $
+
+SHA1 (R/crosstalk_1.0.0.tar.gz) = 371314026d16f4c897fd9e745ad185e5f3e37ddc
+RMD160 (R/crosstalk_1.0.0.tar.gz) = 4f018a4582b6352c3f6d334d497f5ddb8e6da840
+SHA512 (R/crosstalk_1.0.0.tar.gz) = 437c0d5fe1a12f7fcaed9da78fe18fd0643c1f4e8a132a185cfd1e10b81691f63989136864d816589060dcbea88fddfcca8ce4fbe246a3e3370a3cc5a75e9fdc
+Size (R/crosstalk_1.0.0.tar.gz) = 563474 bytes
Home |
Main Index |
Thread Index |
Old Index