pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc R-shiny: initial commit
details: https://anonhg.NetBSD.org/pkgsrc/rev/05307eb0a690
branches: trunk
changeset: 399471:05307eb0a690
user: brook <brook%pkgsrc.org@localhost>
date: Fri Aug 09 20:52:49 2019 +0000
description:
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:
doc/CHANGES-2019 | 3 ++-
www/Makefile | 3 ++-
www/R-shiny/DESCR | 4 ++++
www/R-shiny/Makefile | 26 ++++++++++++++++++++++++++
www/R-shiny/distinfo | 6 ++++++
5 files changed, 40 insertions(+), 2 deletions(-)
diffs (79 lines):
diff -r fd3d8161dee5 -r 05307eb0a690 doc/CHANGES-2019
--- a/doc/CHANGES-2019 Fri Aug 09 20:26:46 2019 +0000
+++ b/doc/CHANGES-2019 Fri Aug 09 20:52:49 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3373 2019/08/09 20:26:46 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3374 2019/08/09 20:52:49 brook Exp $
Changes to the packages collection and infrastructure in 2019:
@@ -5496,3 +5496,4 @@
Added sysutils/R-later version 0.8.0 [brook 2019-08-09]
Added parallel/R-promises version 1.0.1 [brook 2019-08-09]
Added www/R-httpuv version 1.5.1 [brook 2019-08-09]
+ Added www/R-shiny version 1.3.2 [brook 2019-08-09]
diff -r fd3d8161dee5 -r 05307eb0a690 www/Makefile
--- a/www/Makefile Fri Aug 09 20:26:46 2019 +0000
+++ b/www/Makefile Fri Aug 09 20:52:49 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1396 2019/08/09 20:26:46 brook Exp $
+# $NetBSD: Makefile,v 1.1397 2019/08/09 20:52:49 brook Exp $
#
COMMENT= Packages related to the World Wide Web
@@ -8,6 +8,7 @@
SUBDIR+= R-htmlwidgets
SUBDIR+= R-httpuv
SUBDIR+= R-httr
+SUBDIR+= R-shiny
SUBDIR+= SOGo
SUBDIR+= SOGo3
SUBDIR+= SpeedyCGI
diff -r fd3d8161dee5 -r 05307eb0a690 www/R-shiny/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-shiny/DESCR Fri Aug 09 20:52:49 2019 +0000
@@ -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 -r fd3d8161dee5 -r 05307eb0a690 www/R-shiny/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-shiny/Makefile Fri Aug 09 20:52:49 2019 +0000
@@ -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@localhost
+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 -r fd3d8161dee5 -r 05307eb0a690 www/R-shiny/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-shiny/distinfo Fri Aug 09 20:52:49 2019 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index