diff options
author | brook <brook@pkgsrc.org> | 2019-08-09 20:53:39 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2019-08-09 20:53:39 +0000 |
commit | f130a929ab91ae2933056f05ccc22f0cfdada06e (patch) | |
tree | d67ceefb80b414fc3be691cac7c227162abd4eeb /www/Makefile | |
parent | 9c8a5dfe85a294301bcca93ad312f22ccb59d1ad (diff) | |
download | pkgsrc-f130a929ab91ae2933056f05ccc22f0cfdada06e.tar.gz |
R-shinyjs: initial commit
Perform common useful JavaScript operations in Shiny apps that will
greatly improve your apps without having to know any JavaScript.
Examples include: hiding an element, disabling an input, resetting an
input back to its original value, delaying code execution by a few
seconds, and many more useful functions for both the end user and the
developer. 'shinyjs' can also be used to easily call your own custom
JavaScript functions from R.
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index b0ba5cf05aa..8497fe00f57 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1397 2019/08/09 20:52:49 brook Exp $ +# $NetBSD: Makefile,v 1.1398 2019/08/09 20:53:39 brook Exp $ # COMMENT= Packages related to the World Wide Web @@ -9,6 +9,7 @@ SUBDIR+= R-htmlwidgets SUBDIR+= R-httpuv SUBDIR+= R-httr SUBDIR+= R-shiny +SUBDIR+= R-shinyjs SUBDIR+= SOGo SUBDIR+= SOGo3 SUBDIR+= SpeedyCGI |