pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/R-manipulateWidget



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Feb  6 11:04:26 UTC 2021

Added Files:
        pkgsrc/graphics/R-manipulateWidget: DESCR Makefile distinfo

Log Message:
(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'.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/R-manipulateWidget/DESCR \
    pkgsrc/graphics/R-manipulateWidget/Makefile \
    pkgsrc/graphics/R-manipulateWidget/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/graphics/R-manipulateWidget/DESCR
diff -u /dev/null pkgsrc/graphics/R-manipulateWidget/DESCR:1.1
--- /dev/null   Sat Feb  6 11:04:26 2021
+++ pkgsrc/graphics/R-manipulateWidget/DESCR    Sat Feb  6 11:04:25 2021
@@ -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'.
Index: pkgsrc/graphics/R-manipulateWidget/Makefile
diff -u /dev/null pkgsrc/graphics/R-manipulateWidget/Makefile:1.1
--- /dev/null   Sat Feb  6 11:04:26 2021
+++ pkgsrc/graphics/R-manipulateWidget/Makefile Sat Feb  6 11:04:25 2021
@@ -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"
Index: pkgsrc/graphics/R-manipulateWidget/distinfo
diff -u /dev/null pkgsrc/graphics/R-manipulateWidget/distinfo:1.1
--- /dev/null   Sat Feb  6 11:04:26 2021
+++ pkgsrc/graphics/R-manipulateWidget/distinfo Sat Feb  6 11:04:25 2021
@@ -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