[r-cran-shinyjs] 01/11: Updated version 0.9.1 from 'upstream/0.9.1'

Sébastien Villemot sebastien at debian.org
Sun Oct 1 20:00:10 UTC 2017


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository r-cran-shinyjs.

commit 62ff120d9c58adba87a78a1d6daff6ef3fea8d9d
Merge: 1a27c44 e6d4c20
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sun Oct 1 21:40:02 2017 +0200

    Updated version 0.9.1 from 'upstream/0.9.1'
    
    with Debian dir e93d0d1755c002d76e4bd48eb1200258423cb343

 DESCRIPTION                                        |    8 +-
 LICENSE                                            |    2 -
 MD5                                                |  185 ++-
 NAMESPACE                                          |   82 +-
 NEWS.md                                            |  750 ++++-----
 R/colourInput.R                                    |  530 +++----
 R/colourPickerGadget.R                             |  564 +++----
 R/colourPickerGadgetUtils.R                        |  116 +-
 R/delay.R                                          |  124 +-
 R/disabled.R                                       |  110 +-
 R/extendShinyjs.R                                  |  656 ++++----
 R/globals.R                                        |    4 +-
 R/hidden.R                                         |  112 +-
 R/ignoreme.R                                       |   12 +-
 R/inlineCSS.R                                      |  144 +-
 R/jsFunc-aaa.R                                     |  112 +-
 R/jsFunc-classFuncs.R                              |  238 +--
 R/jsFunc-html.R                                    |  100 +-
 R/jsFunc-messageFuncs.R                            |  118 +-
 R/jsFunc-runjs.R                                   |   60 +-
 R/jsFunc-stateFuncs.R                              |  196 +--
 R/jsFunc-visibilityFuncs.R                         |  262 ++--
 R/onevent.R                                        |  242 +--
 R/reset.R                                          |  291 ++--
 R/runExample.R                                     |   90 +-
 R/runcode.R                                        |  238 +--
 R/shinyjs.R                                        |   34 +-
 R/showLog.R                                        |  128 +-
 R/useShinyjs.R                                     |  174 +--
 R/utils.R                                          |  184 +--
 README.md                                          |  636 ++++----
 build/vignette.rds                                 |  Bin 355 -> 354 bytes
 inst/doc/shinyjs-example.Rmd                       |  534 +++----
 inst/doc/shinyjs-example.html                      |   10 +-
 inst/doc/shinyjs-extend.Rmd                        |  288 ++--
 inst/doc/shinyjs-extend.html                       |   10 +-
 inst/doc/shinyjs-usage.Rmd                         |  302 ++--
 inst/doc/shinyjs-usage.html                        |   10 +-
 inst/doc/shinyjs.Rmd                               |  386 ++---
 inst/doc/shinyjs.html                              |   98 +-
 inst/examples/basic/DESCRIPTION                    |   10 +-
 inst/examples/basic/app.R                          |  118 +-
 inst/examples/basic/helper-text.R                  |   70 +-
 inst/examples/colourInput/app.R                    |  376 ++---
 inst/examples/colourInput/www/app.css              |  182 +--
 inst/examples/demo/helpers.R                       |  104 +-
 inst/examples/demo/server.R                        |   44 +-
 inst/examples/demo/ui.R                            |  204 +--
 inst/examples/demo/www/style.css                   |  236 +--
 inst/examples/sandbox/helpers.R                    |   46 +-
 inst/examples/sandbox/server.R                     |   30 +-
 inst/examples/sandbox/ui.R                         |  176 +--
 inst/examples/sandbox/www/style.css                |  214 +--
 inst/gadgets/colourpicker/css/app.css              |  318 ++--
 inst/gadgets/colourpicker/js/shinyjs-funcs.js      |   46 +-
 inst/rstudio/addins.dcf                            |    8 +-
 inst/srcjs/input_binding_colour.js                 |  180 +--
 inst/srcjs/shinyjs-default-funcs.js                | 1642 ++++++++++----------
 inst/www/shared/colourpicker/css/colourpicker.css  |  290 ++--
 inst/www/shared/colourpicker/js/colourpicker.js    | 1604 +++++++++----------
 .../www/shared/colourpicker/js/colourpicker.min.js |    4 +-
 man/classFuncs.Rd                                  |  218 +--
 man/colourInput.Rd                                 |  204 +--
 man/colourPicker.Rd                                |   66 +-
 man/delay.Rd                                       |   96 +-
 man/disabled.Rd                                    |  104 +-
 man/extendShinyjs.Rd                               |  560 +++----
 man/hidden.Rd                                      |  106 +-
 man/html.Rd                                        |  124 +-
 man/inlineCSS.Rd                                   |  144 +-
 man/js.Rd                                          |   36 +-
 man/messageFuncs.Rd                                |  122 +-
 man/onevent.Rd                                     |  158 +-
 man/reset.Rd                                       |  134 +-
 man/runExample.Rd                                  |   60 +-
 man/runcode.Rd                                     |  138 +-
 man/runjs.Rd                                       |   78 +-
 man/shinyjs.Rd                                     |   46 +-
 man/showLog.Rd                                     |   94 +-
 man/stateFuncs.Rd                                  |  192 +--
 man/updateColourInput.Rd                           |  164 +-
 man/useShinyjs.Rd                                  |  118 +-
 man/visibilityFuncs.Rd                             |  236 +--
 tests/test-empty.js                                |    4 +-
 tests/test-error.js                                |   18 +-
 tests/test-nofunc.js                               |   20 +-
 tests/test-success.js                              |   46 +-
 tests/testthat.R                                   |    8 +-
 tests/testthat/test-extendShinyjs.R                |  102 +-
 tests/testthat/test-hidden.R                       |  126 +-
 vignettes/shinyjs-example.Rmd                      |  534 +++----
 vignettes/shinyjs-extend.Rmd                       |  288 ++--
 vignettes/shinyjs-usage.Rmd                        |  302 ++--
 vignettes/shinyjs.Rmd                              |  386 ++---
 94 files changed, 9543 insertions(+), 9531 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-shinyjs.git



More information about the debian-science-commits mailing list