pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/R-crosstalk www/R-crosstalk: import R-crosstalk-1.0.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/d0ae12e330ad
branches: trunk
changeset: 423033:d0ae12e330ad
user: mef <mef%pkgsrc.org@localhost>
date: Sun Feb 09 01:24:48 2020 +0000
description:
www/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:
www/R-crosstalk/DESCR | 3 +++
www/R-crosstalk/Makefile | 20 ++++++++++++++++++++
www/R-crosstalk/distinfo | 6 ++++++
3 files changed, 29 insertions(+), 0 deletions(-)
diffs (41 lines):
diff -r cc9e2efa945c -r d0ae12e330ad www/R-crosstalk/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-crosstalk/DESCR Sun Feb 09 01:24:48 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 cc9e2efa945c -r d0ae12e330ad www/R-crosstalk/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-crosstalk/Makefile Sun Feb 09 01:24:48 2020 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2020/02/09 01:24:48 mef Exp $
+
+R_PKGNAME= crosstalk
+R_PKGVER= 1.0.0
+CATEGORIES= www
+
+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 cc9e2efa945c -r d0ae12e330ad www/R-crosstalk/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-crosstalk/distinfo Sun Feb 09 01:24:48 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/02/09 01:24:48 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