This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch debian/jessie-backports in repository r-cran-shiny.
commit dbeb3f756bd52872d3eaf20ea199d245c934e62d Merge: fce53f7 8e7b467 Author: Andreas Tille <[email protected]> Date: Fri Jun 9 11:25:29 2017 +0200 Merge branch 'master' into debian/jessie-backports DESCRIPTION | 38 +- MD5 | 584 +- NAMESPACE | 34 + NEWS | 970 --- NEWS.md | 1098 +++ R/app.R | 54 +- R/bookmark-state-local.R | 28 + R/bookmark-state.R | 1113 +++ R/bootstrap-layout.R | 149 +- R/bootstrap.R | 421 +- R/conditions.R | 11 +- R/diagnose.R | 157 + R/fileupload.R | 2 +- R/graph.R | 9 +- R/html-deps.R | 20 +- R/imageutils.R | 3 +- R/input-action.R | 67 +- R/input-checkbox.R | 16 +- R/input-checkboxgroup.R | 24 +- R/input-date.R | 99 +- R/input-daterange.R | 63 +- R/input-file.R | 76 +- R/input-numeric.R | 17 +- R/input-password.R | 23 +- R/input-radiobuttons.R | 34 +- R/input-select.R | 54 +- R/input-slider.R | 36 +- R/input-submit.R | 43 +- R/input-text.R | 15 +- R/input-textarea.R | 69 + R/input-utils.R | 13 +- R/insert-ui.R | 174 + R/jqueryui.R | 3 - R/middleware.R | 19 +- R/modal.R | 183 + R/modules.R | 19 +- R/notifications.R | 106 + R/progress.R | 89 +- R/react.R | 5 +- R/reactive-domains.R | 6 +- R/reactives.R | 711 +- R/render-plot.R | 411 +- R/render-table.R | 226 +- R/run-url.R | 2 +- R/serializers.R | 72 + R/server-input-handlers.R | 113 +- R/server.R | 351 +- R/shiny-options.R | 83 + R/shiny.R | 897 +- R/shinyui.R | 55 +- R/shinywrappers.R | 255 +- R/showcase.R | 87 +- R/test-export.R | 61 + R/timer.R | 20 +- R/update-input.R | 385 +- R/utils.R | 385 +- README.md | 8 +- build/vignette.rds | Bin 214 -> 0 bytes debian/README.source | 4 + debian/changelog | 36 + debian/compat | 2 +- debian/control | 23 +- debian/copyright | 6 +- debian/links | 2 +- debian/missing-sources/babel-polyfill.js | 6758 +++++++++++++++ debian/missing-sources/babel-polyfill.min.js | 4 + debian/missing-sources/get_babel-polyfill | 5 + debian/rules | 20 +- debian/source/lintian-overrides | 8 +- debian/watch | 4 +- inst/doc/events.R | 20 - inst/doc/events.Rmd | 121 - inst/doc/events.html | 281 - .../rsconnect/localhost/admin/01_hello.dcf | 6 - inst/examples/01_hello/server.R | 4 +- inst/examples/01_hello/ui.R | 4 +- inst/examples/02_text/server.R | 4 +- inst/examples/02_text/ui.R | 4 +- inst/examples/03_reactivity/server.R | 4 +- inst/examples/03_reactivity/ui.R | 4 +- inst/examples/04_mpg/server.R | 4 +- inst/examples/04_mpg/ui.R | 4 +- inst/examples/05_sliders/server.R | 4 +- inst/examples/05_sliders/ui.R | 4 +- inst/examples/06_tabsets/server.R | 4 +- inst/examples/06_tabsets/ui.R | 4 +- inst/examples/07_widgets/Readme.md | 2 +- inst/examples/07_widgets/server.R | 28 +- inst/examples/07_widgets/ui.R | 24 +- inst/examples/08_html/server.R | 4 +- inst/examples/09_upload/server.R | 4 +- inst/examples/09_upload/ui.R | 4 +- inst/examples/10_download/server.R | 4 +- inst/examples/10_download/ui.R | 4 +- inst/examples/11_timer/server.R | 4 +- inst/examples/11_timer/ui.R | 4 +- inst/staticdocs/index.r | 51 +- inst/www/reactive-graph.html | 1072 ++- inst/www/shared/highlight/rstudio.css | 56 +- .../shared/ionrangeslider/js/ion.rangeSlider.js | 857 +- .../ionrangeslider/js/ion.rangeSlider.min.js | 4 +- inst/www/shared/jquery-AUTHORS.txt | 51 +- inst/www/shared/jqueryui/AUTHORS.txt | 333 + inst/www/shared/jqueryui/LICENSE.txt | 43 + inst/www/shared/jqueryui/README | 7 +- inst/www/shared/jqueryui/index.html | 112 +- inst/www/shared/jqueryui/jquery-ui.structure.css | 730 +- .../shared/jqueryui/jquery-ui.structure.min.css | 4 +- inst/www/shared/jqueryui/jquery-ui.theme.css | 101 +- inst/www/shared/jqueryui/jquery-ui.theme.min.css | 4 +- inst/www/shared/shiny-showcase.js | 20 +- inst/www/shared/shiny-testmode.js | 8 + inst/www/shared/shiny.css | 156 +- inst/www/shared/shiny.js | 9005 ++++++++++---------- inst/www/shared/shiny.js.map | 2 +- inst/www/shared/shiny.min.js | 8 +- inst/www/shared/shiny.min.js.map | 2 +- man/Progress.Rd | 30 +- man/actionButton.Rd | 38 +- man/addResourcePath.Rd | 3 +- man/applyInputHandlers.Rd | 30 + man/bookmarkButton.Rd | 73 + man/builder.Rd | 2 +- man/checkboxGroupInput.Rd | 24 +- man/checkboxInput.Rd | 16 +- man/column.Rd | 45 +- man/conditionalPanel.Rd | 1 - man/createWebDependency.Rd | 2 +- man/dateInput.Rd | 58 +- man/dateRangeInput.Rd | 89 +- man/debounce.Rd | 122 + man/downloadButton.Rd | 6 +- man/downloadHandler.Rd | 36 +- man/enableBookmarking.Rd | 231 + man/exportTestValues.Rd | 71 + man/exprToFunction.Rd | 1 - man/fileInput.Rd | 44 +- man/fillPage.Rd | 1 - man/fillRow.Rd | 4 - man/fixedPage.Rd | 10 +- man/flowLayout.Rd | 7 +- man/fluidPage.Rd | 26 +- man/freezeReactiveValue.Rd | 61 + man/icon.Rd | 5 +- man/insertUI.Rd | 89 + man/invalidateLater.Rd | 16 +- man/isolate.Rd | 3 +- man/markRenderFunction.Rd | 9 +- man/modalButton.Rd | 21 + man/modalDialog.Rd | 132 + man/navbarPage.Rd | 35 +- man/navlistPanel.Rd | 4 +- man/numericInput.Rd | 17 +- man/observe.Rd | 16 +- man/observeEvent.Rd | 134 +- man/onBookmark.Rd | 209 + man/onFlush.Rd | 37 + man/pageWithSidebar.Rd | 5 +- man/parseQueryString.Rd | 4 +- man/passwordInput.Rd | 27 +- man/plotOutput.Rd | 2 +- man/plotPNG.Rd | 2 +- man/radioButtons.Rd | 35 +- man/reactive.Rd | 1 - man/reactiveFileReader.Rd | 5 +- man/reactivePoll.Rd | 5 +- man/reactiveTimer.Rd | 18 +- man/reactiveValuesToList.Rd | 3 +- man/removeUI.Rd | 67 + man/renderDataTable.Rd | 8 +- man/renderImage.Rd | 31 +- man/renderPlot.Rd | 17 +- man/renderPrint.Rd | 18 +- man/renderTable.Rd | 59 +- man/renderText.Rd | 8 +- man/renderUI.Rd | 24 +- man/repeatable.Rd | 1 - man/req.Rd | 61 +- man/restoreInput.Rd | 18 + man/runApp.Rd | 9 +- man/runGadget.Rd | 1 - man/runUrl.Rd | 2 +- man/safeError.Rd | 82 + man/selectInput.Rd | 52 +- man/session.Rd | 70 +- man/setBookmarkExclude.Rd | 29 + man/shiny-options.Rd | 24 +- man/shinyApp.Rd | 20 +- man/shinyOptions.Rd | 39 + man/shinyServer.Rd | 1 - man/showBookmarkUrlModal.Rd | 19 + man/showModal.Rd | 25 + man/showNotification.Rd | 91 + man/showReactLog.Rd | 6 +- man/sidebarLayout.Rd | 18 +- man/sliderInput.Rd | 28 +- man/splitLayout.Rd | 21 +- man/submitButton.Rd | 47 +- man/tabsetPanel.Rd | 8 +- man/tag.Rd | 2 +- man/textAreaInput.Rd | 73 + man/textInput.Rd | 16 +- man/titlePanel.Rd | 8 +- man/updateActionButton.Rd | 81 + man/updateCheckboxGroupInput.Rd | 41 +- man/updateCheckboxInput.Rd | 21 +- man/updateDateInput.Rd | 32 +- man/updateDateRangeInput.Rd | 34 +- man/updateNumericInput.Rd | 21 +- man/updateQueryString.Rd | 22 + man/updateRadioButtons.Rd | 41 +- man/updateSelectInput.Rd | 59 +- man/updateSliderInput.Rd | 3 +- man/updateTabsetPanel.Rd | 39 +- man/{updateTextInput.Rd => updateTextAreaInput.Rd} | 34 +- man/updateTextInput.Rd | 18 +- man/urlModal.Rd | 22 + man/validate.Rd | 14 +- man/verbatimTextOutput.Rd | 31 +- man/verticalLayout.Rd | 9 +- man/withProgress.Rd | 32 +- tests/test-all.R | 2 +- tests/testthat/helper.R | 50 + tests/testthat/test-bookmarking.R | 54 + {inst/tests => tests/testthat}/test-bootstrap.r | 19 +- tests/testthat/test-diagnostics.R | 36 + {inst/tests => tests/testthat}/test-gc.r | 0 .../tests => tests/testthat}/test-input-handler.R | 0 {inst/tests => tests/testthat}/test-modules.R | 0 tests/testthat/test-options.R | 53 + .../tests => tests/testthat}/test-plot-coordmap.R | 142 +- {inst/tests => tests/testthat}/test-reactivity.r | 140 + {inst/tests => tests/testthat}/test-stack.R | 0 {inst/tests => tests/testthat}/test-stacks.R | 39 +- {inst/tests => tests/testthat}/test-staticdocs.R | 27 +- {inst/tests => tests/testthat}/test-stop-app.R | 0 {inst/tests => tests/testthat}/test-text.R | 0 tests/testthat/test-timer.R | 25 + {inst/tests => tests/testthat}/test-ui.R | 0 tests/testthat/test-update-input.R | 37 + {inst/tests => tests/testthat}/test-url.R | 2 + {inst/tests => tests/testthat}/test-utils.R | 25 + vignettes/events.Rmd | 121 - 243 files changed, 25786 insertions(+), 8530 deletions(-) diff --cc debian/changelog index d7ec82e,5431ae4..9496877 --- a/debian/changelog +++ b/debian/changelog @@@ -1,10 -1,39 +1,46 @@@ + r-cran-shiny (1.0.0+dfsg-1) unstable; urgency=medium + + * New upstream version + * debhelper 10 + * d/watch: version=4 + + -- Andreas Tille <[email protected]> Fri, 13 Jan 2017 09:43:24 +0100 + + r-cran-shiny (0.14.2+dfsg-1) unstable; urgency=medium + + * New upstream version + * Convert to dh-r + * Canonical homepage for CRAN + * Package libjs-twitter-bootstrap-datepicker does not provide minimized + version any more - simply link to the unminimized one to make sure + there will be a file found under this name + Closes: #838006 + * New Build-Depends: r-cran-sourcetools + * New JS without source: babel-polyfill.min.js: Create script to fetch source + and exclude non-source from upstream tarball + + -- Andreas Tille <[email protected]> Sat, 12 Nov 2016 08:21:49 +0100 + + r-cran-shiny (0.13.2+dfsg-2) unstable; urgency=medium + + * Add missing Depends: r-cran-ggplot2 + + -- Andreas Tille <[email protected]> Thu, 28 Apr 2016 00:19:22 +0200 + + r-cran-shiny (0.13.2+dfsg-1) unstable; urgency=medium + + * New upstream version + * Add missing Depends: r-cran-rcpp + + -- Andreas Tille <[email protected]> Thu, 21 Apr 2016 16:37:48 +0200 + +r-cran-shiny (0.13.1+dfsg1-1~bpo8+1) jessie-backports; urgency=medium + + * Rebuild for jessie-backports. + * Depends: r-cran-rcpp + + -- Andreas Tille <[email protected]> Thu, 21 Apr 2016 21:14:11 +0200 + r-cran-shiny (0.13.1+dfsg1-1) unstable; urgency=medium * We need to keep some files from upstream source -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-shiny.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
