pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/R-manipulateWidget (graphics/R-manipulateWidg...
details: https://anonhg.NetBSD.org/pkgsrc/rev/764a3fe70eee
branches: trunk
changeset: 446310:764a3fe70eee
user: mef <mef%pkgsrc.org@localhost>
date: Sat Feb 06 11:04:25 2021 +0000
description:
(graphics/R-manipulateWidget) import R-manipulateWidget-0.10.1
Like package 'manipulate' does for static graphics, this package helps
to easily add controls like sliders, pickers, checkboxes, etc. that
can be used to modify the input data or the parameters of an
interactive chart created with package 'htmlwidgets'.
diffstat:
graphics/R-manipulateWidget/DESCR | 4 ++++
graphics/R-manipulateWidget/Makefile | 28 ++++++++++++++++++++++++++++
graphics/R-manipulateWidget/distinfo | 6 ++++++
3 files changed, 38 insertions(+), 0 deletions(-)
diffs (50 lines):
diff -r 25036adbc596 -r 764a3fe70eee graphics/R-manipulateWidget/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-manipulateWidget/DESCR Sat Feb 06 11:04:25 2021 +0000
@@ -0,0 +1,4 @@
+Like package 'manipulate' does for static graphics, this package helps
+to easily add controls like sliders, pickers, checkboxes, etc. that
+can be used to modify the input data or the parameters of an
+interactive chart created with package 'htmlwidgets'.
diff -r 25036adbc596 -r 764a3fe70eee graphics/R-manipulateWidget/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-manipulateWidget/Makefile Sat Feb 06 11:04:25 2021 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2021/02/06 11:04:25 mef Exp $
+
+R_PKGNAME= manipulateWidget
+R_PKGVER= 0.10.1
+CATEGORIES= graphics
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Add Even More Interactivity to Interactive Charts
+LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR file LICENSE
+
+DEPENDS+= R-base64enc>=0.1.3:../../converters/R-base64enc
+DEPENDS+= R-knitr>=1.23:../../print/R-knitr
+DEPENDS+= R-htmltools>=0.3.6:../../textproc/R-htmltools
+DEPENDS+= R-htmlwidgets>=1.3:../../www/R-htmlwidgets
+DEPENDS+= R-miniUI>=0.1.1.1:../../www/R-miniUI
+DEPENDS+= R-shiny>=1.0.3:../../www/R-shiny
+DEPENDS+= R-miniUI-[0-9]*:../../www/R-miniUI
+DEPENDS+= R-webshot-[0-9]*:../../www/R-webshot
+
+#Packages suggested but not available:
+# 'dygraphs', 'leaflet', 'plotly'
+TEST_DEPENDS+= R-xts-[0-9]*:../../math/R-xts
+TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 25036adbc596 -r 764a3fe70eee graphics/R-manipulateWidget/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-manipulateWidget/distinfo Sat Feb 06 11:04:25 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/06 11:04:25 mef Exp $
+
+SHA1 (R/manipulateWidget_0.10.1.tar.gz) = 3856ee7698674ae85563f15a7f245018f971e857
+RMD160 (R/manipulateWidget_0.10.1.tar.gz) = 77d68c0c0676317efbcbebff483eab19c2db9466
+SHA512 (R/manipulateWidget_0.10.1.tar.gz) = 4d921fe0c633bc797ea53a733b3e8bcedf7be2e6ecc2f11a783b3cd80b7135689f27faddc23972866e19b68a27c43f42d70a53435571bfb10ac2b3a1f9646c66
+Size (R/manipulateWidget_0.10.1.tar.gz) = 3175635 bytes
Home |
Main Index |
Thread Index |
Old Index