- Add new port: www/R-cran-shiny

Shiny makes it super simple for R users like you to turn analyses
  into interactive web applications that anyone can use. Let your
  users choose input parameters using friendly controls like sliders,
  drop-downs, and text fields. Easily incorporate any number of outputs
  like plots, tables, and summaries.

  No HTML or JavaScript knowledge is necessary. If you have some
  experience with R, youre just minutes away from combining the
  statistical power of R with the simplicity of a web page.

  WWW: http://www.rstudio.com/shiny/
This commit is contained in:
TAKATSU Tomonari 2013-05-14 21:35:28 +00:00
parent 622a88ad82
commit 0bc15cf357
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318205
4 changed files with 37 additions and 0 deletions

View file

@ -8,6 +8,7 @@
SUBDIR += R-cran-Rpad
SUBDIR += R-cran-httpuv
SUBDIR += R-cran-scrapeR
SUBDIR += R-cran-shiny
SUBDIR += WebMagick
SUBDIR += abyssws
SUBDIR += ach

23
www/R-cran-shiny/Makefile Normal file
View file

@ -0,0 +1,23 @@
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= shiny
PORTVERSION= 0.5.0
CATEGORIES= www
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Web Application Framework for R
LICENSE= GPLv3
RUN_DEPENDS= R-cran-httpuv>=1.0.5:${PORTSDIR}/www/R-cran-httpuv \
R-cran-caTools>0:${PORTSDIR}/devel/R-cran-caTools \
R-cran-RJSONIO>0:${PORTSDIR}/converters/R-cran-RJSONIO \
R-cran-xtable>0:${PORTSDIR}/converters/R-cran-xtable \
R-cran-digest>0:${PORTSDIR}/security/R-cran-digest
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (shiny_0.5.0.tar.gz) = 9c06ae2615495fd02bdac777a85237ceeeeef3959a290db0d246862a65fe5efd
SIZE (shiny_0.5.0.tar.gz) = 284546

View file

@ -0,0 +1,11 @@
Shiny makes it super simple for R users like you to turn analyses
into interactive web applications that anyone can use. Let your
users choose input parameters using friendly controls like sliders,
drop-downs, and text fields. Easily incorporate any number of outputs
like plots, tables, and summaries.
No HTML or JavaScript knowledge is necessary. If you have some
experience with R, youre just minutes away from combining the
statistical power of R with the simplicity of a web page.
WWW: http://www.rstudio.com/shiny/