aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2015-08-12 09:44:46 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2015-08-12 09:44:46 +0000
commit0f5c09182ae9fdb55af8aa9e7f1ee1b219236866 (patch)
treeb01852d1de95b06edcd12833edad7e766acce15d /graphics
parentacc8b7ed9e4e8f23775705a8ddd9ad28b7817bf1 (diff)
downloadports-0f5c09182ae9fdb55af8aa9e7f1ee1b219236866.tar.gz
ports-0f5c09182ae9fdb55af8aa9e7f1ee1b219236866.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/R-cran-dygraphs/Makefile21
-rw-r--r--graphics/R-cran-dygraphs/distinfo2
-rw-r--r--graphics/R-cran-dygraphs/pkg-descr7
4 files changed, 31 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 6c2cacd0c34f..311f7f72091e 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -20,6 +20,7 @@
SUBDIR += R-cran-colorspace
SUBDIR += R-cran-diagram
SUBDIR += R-cran-dichromat
+ SUBDIR += R-cran-dygraphs
SUBDIR += R-cran-ggplot2
SUBDIR += R-cran-gridBase
SUBDIR += R-cran-munsell
diff --git a/graphics/R-cran-dygraphs/Makefile b/graphics/R-cran-dygraphs/Makefile
new file mode 100644
index 000000000000..a4bc7ac1afc7
--- /dev/null
+++ b/graphics/R-cran-dygraphs/Makefile
@@ -0,0 +1,21 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= dygraphs
+PORTVERSION= 0.4.5
+CATEGORIES= graphics
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Interface to Dygraphs Interactive Time Series Charting Library
+
+LICENSE= MIT
+
+RUN_DEPENDS= R-cran-magrittr>0:${PORTSDIR}/devel/R-cran-magrittr \
+ R-cran-htmlwidgets>=0.3.2:${PORTSDIR}/www/R-cran-htmlwidgets \
+ R-cran-zoo>=1.7.10:${PORTSDIR}/math/R-cran-zoo \
+ R-cran-xts>=0.9.7:${PORTSDIR}/math/R-cran-xts
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
diff --git a/graphics/R-cran-dygraphs/distinfo b/graphics/R-cran-dygraphs/distinfo
new file mode 100644
index 000000000000..bcfbb75eb4de
--- /dev/null
+++ b/graphics/R-cran-dygraphs/distinfo
@@ -0,0 +1,2 @@
+SHA256 (dygraphs_0.4.5.tar.gz) = 492de52d03ecbcf022d77e6847fb30f18042a64e1719b3a1754d21075a206c21
+SIZE (dygraphs_0.4.5.tar.gz) = 476027
diff --git a/graphics/R-cran-dygraphs/pkg-descr b/graphics/R-cran-dygraphs/pkg-descr
new file mode 100644
index 000000000000..05d9f7ca17fd
--- /dev/null
+++ b/graphics/R-cran-dygraphs/pkg-descr
@@ -0,0 +1,7 @@
+An R interface to the 'dygraphs' JavaScript charting library (a
+copy of which is included in the package). Provides rich facilities
+for charting time-series data in R, including highly configurable
+series- and axis-display and interactive features like zoom/pan and
+series/point highlighting.
+
+WWW: https://cran.r-project.org/web/packages/dygraphs/