[r-cran-shinyjs] branch master updated (1a27c44 -> 0f51272)

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 change to branch master
in repository r-cran-shinyjs.

      from  1a27c44   Added Cory LaViska reference
      adds  e6d4c20   New upstream version 0.9.1
       new  62ff120   Updated version 0.9.1 from 'upstream/0.9.1'
       new  d5903f3   d/copyright: package now licensed under AGPL-3.
       new  f3f16d9   Remove unnedeed version in some Build-Depends.
       new  13715ae   Use canonical URL for Vcs-Browser.
       new  8efb61e   Remove unneeded ${shlibs:Depends}.
       new  715f8da   Bump to Standards-Version 4.1.1.
       new  f8991ab   Update lintian overrides.
       new  281a6c4   Add .gitignore.
       new  b597deb   Remove bad "generic" autopkgtest.
       new  29ffef2   Remove useless "vignette" autopkgtest, needs rmarkdown which isn't in Debian.
       new  0f51272   Changelog entry for 0.9.1-1.

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |    5 +
 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
 debian/changelog                                   |   20 +
 debian/control                                     |   22 +-
 debian/copyright                                   |  669 +++++++-
 debian/source/lintian-overrides                    |    4 +-
 debian/tests/control                               |    8 -
 debian/tests/generic                               |    7 -
 debian/tests/vignette                              |    7 -
 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 ++---
 102 files changed, 10251 insertions(+), 9565 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 LICENSE
 delete mode 100644 debian/tests/generic
 delete mode 100644 debian/tests/vignette

-- 
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