summaryrefslogtreecommitdiff
path: root/www/R-shiny
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-08-09 20:52:49 +0000
committerbrook <brook@pkgsrc.org>2019-08-09 20:52:49 +0000
commit9c8a5dfe85a294301bcca93ad312f22ccb59d1ad (patch)
tree94509f48b2b0a6e34d14d97016cd9b4effcce909 /www/R-shiny
parentc408d725bed63b4445758f51ccd75b7de547994b (diff)
downloadpkgsrc-9c8a5dfe85a294301bcca93ad312f22ccb59d1ad.tar.gz
R-shiny: initial commit
Makes it incredibly easy to build interactive web applications with R. Automatic "reactive" binding between inputs and outputs and extensive prebuilt widgets make it possible to build beautiful, responsive, and powerful applications with minimal effort.
Diffstat (limited to 'www/R-shiny')
-rw-r--r--www/R-shiny/DESCR4
-rw-r--r--www/R-shiny/Makefile26
-rw-r--r--www/R-shiny/distinfo6
3 files changed, 36 insertions, 0 deletions
diff --git a/www/R-shiny/DESCR b/www/R-shiny/DESCR
new file mode 100644
index 00000000000..88c7cc09eaf
--- /dev/null
+++ b/www/R-shiny/DESCR
@@ -0,0 +1,4 @@
+Makes it incredibly easy to build interactive web applications with R.
+Automatic "reactive" binding between inputs and outputs and extensive
+prebuilt widgets make it possible to build beautiful, responsive, and
+powerful applications with minimal effort.
diff --git a/www/R-shiny/Makefile b/www/R-shiny/Makefile
new file mode 100644
index 00000000000..bdb2e55c259
--- /dev/null
+++ b/www/R-shiny/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2019/08/09 20:52:49 brook Exp $
+
+R_PKGNAME= shiny
+R_PKGVER= 1.3.2
+CATEGORIES= www
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= Web application framework for R
+LICENSE= gnu-gpl-v3
+
+DEPENDS+= R-crayon>=1.3.4:../../devel/R-crayon
+DEPENDS+= R-rlang>=0.4.0:../../devel/R-rlang
+DEPENDS+= R-sourcetools>=0.1.7:../../lang/R-sourcetools
+DEPENDS+= R-mime>=0.3:../../mail/R-mime
+DEPENDS+= R-xtable>=1.8.4:../../math/R-xtable
+DEPENDS+= R-promises>=1.0.1:../../parallel/R-promises
+DEPENDS+= R-digest>=0.6.20:../../security/R-digest
+DEPENDS+= R-htmltools>=0.3.6:../../textproc/R-htmltools
+DEPENDS+= R-jsonlite>=0.9.16:../../textproc/R-jsonlite
+DEPENDS+= R-httpuv>=1.5.0:../../www/R-httpuv
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../sysutils/R-later/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/R-shiny/distinfo b/www/R-shiny/distinfo
new file mode 100644
index 00000000000..ffd549c471f
--- /dev/null
+++ b/www/R-shiny/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/09 20:52:49 brook Exp $
+
+SHA1 (R/shiny_1.3.2.tar.gz) = 892161e80b3cd31fab3b9c963cb571f659e4ea74
+RMD160 (R/shiny_1.3.2.tar.gz) = 829a0181e596694c07a9628528858aa44521c503
+SHA512 (R/shiny_1.3.2.tar.gz) = 0cb701f290cb263a136b0e8dd2b4b240f3375e8e539aa10449d915e4e75489068670234f9b37b71f9b689b963cc994c466ce2a94fe2ac0f91e96a77c9e47ec43
+Size (R/shiny_1.3.2.tar.gz) = 2991469 bytes