[med-svn] [r-cran-shiny] 03/06: Updated version 1.0.5+dfsg from 'upstream/1.0.5+dfsg'
Andreas Tille
tille at debian.org
Thu Sep 14 11:58:14 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository r-cran-shiny.
commit 2ff701cb743b7d94d4d159fcb7f97dd9d45bdbcb
Merge: b11fc31 2da5895
Author: Andreas Tille <tille at debian.org>
Date: Thu Sep 14 13:19:23 2017 +0200
Updated version 1.0.5+dfsg from 'upstream/1.0.5+dfsg'
with Debian dir 4f134fb823b5afd488313258b1381707eec9562f
DESCRIPTION | 42 +-
LICENSE | 2 +-
MD5 | 458 +++----
NAMESPACE | 18 +
NEWS.md | 183 ++-
R/app.R | 11 +-
R/bookmark-state.R | 86 +-
R/bootstrap.R | 381 +++---
R/fileupload.R | 17 +-
R/globals.R | 2 +-
R/history.R | 95 ++
R/html-deps.R | 15 +-
R/input-checkboxgroup.R | 57 +-
R/input-daterange.R | 4 +-
R/input-file.R | 9 +-
R/input-radiobuttons.R | 66 +-
R/input-select.R | 8 +-
R/input-slider.R | 14 +-
R/input-utils.R | 93 +-
R/insert-tab.R | 325 +++++
R/middleware.R | 35 +-
R/modules.R | 5 +
R/progress.R | 31 +-
R/reactives.R | 283 ++++-
R/render-plot.R | 568 ++++++---
R/render-table.R | 7 +-
R/serializers.R | 27 +-
R/server-input-handlers.R | 6 +-
R/server.R | 48 +-
R/shiny.R | 278 +++-
R/shinyui.R | 3 +-
R/shinywrappers.R | 45 +-
R/showcase.R | 3 +-
R/snapshot.R | 44 +
R/update-input.R | 53 +-
R/utils.R | 75 +-
README.md | 4 +-
inst/examples/01_hello/Readme.md | 7 +-
inst/examples/01_hello/app.R | 59 +
inst/examples/01_hello/server.R | 21 -
inst/examples/01_hello/ui.R | 24 -
inst/examples/02_text/Readme.md | 2 +-
inst/examples/02_text/app.R | 64 +
inst/examples/02_text/server.R | 26 -
inst/examples/02_text/ui.R | 27 -
inst/examples/03_reactivity/Readme.md | 4 +-
inst/examples/03_reactivity/app.R | 102 ++
inst/examples/03_reactivity/server.R | 53 -
inst/examples/03_reactivity/ui.R | 34 -
inst/examples/04_mpg/Readme.md | 4 +-
inst/examples/04_mpg/app.R | 75 ++
inst/examples/04_mpg/server.R | 34 -
inst/examples/04_mpg/ui.R | 29 -
inst/examples/05_sliders/app.R | 86 ++
inst/examples/05_sliders/server.R | 29 -
inst/examples/05_sliders/ui.R | 43 -
inst/examples/06_tabsets/Readme.md | 2 +-
inst/examples/06_tabsets/app.R | 92 ++
inst/examples/06_tabsets/server.R | 44 -
inst/examples/06_tabsets/ui.R | 38 -
inst/examples/07_widgets/app.R | 82 ++
inst/examples/07_widgets/server.R | 32 -
inst/examples/07_widgets/ui.R | 43 -
inst/examples/08_html/Readme.md | 5 +-
inst/examples/08_html/app.R | 47 +
inst/examples/08_html/server.R | 42 -
inst/examples/08_html/www/index.html | 33 +-
inst/examples/09_upload/Readme.md | 5 +-
inst/examples/09_upload/app.R | 92 ++
inst/examples/09_upload/server.R | 20 -
inst/examples/09_upload/ui.R | 28 -
inst/examples/10_download/Readme.md | 4 +-
inst/examples/10_download/app.R | 63 +
inst/examples/10_download/server.R | 21 -
inst/examples/10_download/ui.R | 13 -
inst/examples/11_timer/app.R | 21 +
inst/examples/11_timer/server.R | 6 -
inst/examples/11_timer/ui.R | 3 -
inst/staticdocs/index.r | 17 +-
.../shared/ionrangeslider/css/ion.rangeSlider.css | 1 +
.../shared/ionrangeslider/js/ion.rangeSlider.js | 151 ++-
.../ionrangeslider/js/ion.rangeSlider.min.js | 4 +-
inst/www/shared/shiny-showcase.css | 1 +
inst/www/shared/shiny-showcase.js | 2 +-
inst/www/shared/shiny.css | 15 +
inst/www/shared/shiny.js | 1322 +++++++++++++++++---
inst/www/shared/shiny.js.map | 2 +-
inst/www/shared/shiny.min.js | 8 +-
inst/www/shared/shiny.min.js.map | 2 +-
man/NS.Rd | 1 -
man/Progress.Rd | 4 +-
man/absolutePanel.Rd | 1 -
man/actionButton.Rd | 3 +-
man/addResourcePath.Rd | 1 -
man/applyInputHandlers.Rd | 1 -
man/bookmarkButton.Rd | 1 -
man/bootstrapLib.Rd | 1 -
man/bootstrapPage.Rd | 3 +-
man/brushOpts.Rd | 1 -
man/brushedPoints.Rd | 1 -
man/callModule.Rd | 1 -
man/checkboxGroupInput.Rd | 44 +-
man/checkboxInput.Rd | 3 +-
man/clickOpts.Rd | 1 -
man/column.Rd | 1 -
man/conditionalPanel.Rd | 71 +-
man/createWebDependency.Rd | 13 +-
man/dateInput.Rd | 3 +-
man/dateRangeInput.Rd | 3 +-
man/dblclickOpts.Rd | 1 -
man/debounce.Rd | 2 +-
man/domains.Rd | 4 +-
man/downloadButton.Rd | 4 +-
man/downloadHandler.Rd | 1 -
man/enableBookmarking.Rd | 1 -
man/exportTestValues.Rd | 1 -
man/exprToFunction.Rd | 1 -
man/fileInput.Rd | 11 +-
man/fillPage.Rd | 1 -
man/fillRow.Rd | 3 +-
man/fixedPage.Rd | 1 -
man/flowLayout.Rd | 1 -
man/fluidPage.Rd | 1 -
man/freezeReactiveValue.Rd | 13 +-
man/getQueryString.Rd | 93 ++
man/headerPanel.Rd | 1 -
man/helpText.Rd | 1 -
man/hoverOpts.Rd | 1 -
man/htmlOutput.Rd | 1 -
man/icon.Rd | 1 -
man/inputPanel.Rd | 1 -
man/insertTab.Rd | 148 +++
man/insertUI.Rd | 1 -
man/installExprFunction.Rd | 1 -
man/invalidateLater.Rd | 1 -
man/is.reactivevalues.Rd | 1 -
man/isRunning.Rd | 15 +
man/isolate.Rd | 1 -
man/knitr_methods.Rd | 5 +-
man/mainPanel.Rd | 1 -
man/makeReactiveBinding.Rd | 1 -
man/markOutputAttrs.Rd | 22 +
man/markRenderFunction.Rd | 1 -
man/maskReactiveContext.Rd | 1 -
man/modalButton.Rd | 1 -
man/modalDialog.Rd | 1 -
man/navbarPage.Rd | 12 +-
man/navlistPanel.Rd | 4 +-
man/nearPoints.Rd | 1 -
man/numericInput.Rd | 3 +-
man/observe.Rd | 1 -
man/observeEvent.Rd | 6 +-
man/onBookmark.Rd | 2 +-
man/onFlush.Rd | 5 +-
man/onStop.Rd | 81 ++
man/outputOptions.Rd | 1 -
man/pageWithSidebar.Rd | 1 -
man/parseQueryString.Rd | 1 -
man/passwordInput.Rd | 3 +-
man/plotOutput.Rd | 3 +-
man/plotPNG.Rd | 1 -
man/radioButtons.Rd | 56 +-
man/reactive.Rd | 3 +-
man/reactiveFileReader.Rd | 3 +-
man/reactivePlot.Rd | 1 -
man/reactivePoll.Rd | 18 +-
man/reactivePrint.Rd | 1 -
man/reactiveTable.Rd | 1 -
man/reactiveText.Rd | 1 -
man/reactiveTimer.Rd | 1 -
man/reactiveUI.Rd | 1 -
man/reactiveVal.Rd | 83 ++
man/reactiveValues.Rd | 1 -
man/reactiveValuesToList.Rd | 1 -
man/registerInputHandler.Rd | 1 -
man/removeInputHandler.Rd | 1 -
man/removeUI.Rd | 1 -
man/renderDataTable.Rd | 1 -
man/renderImage.Rd | 1 -
man/renderPlot.Rd | 2 +-
man/renderPrint.Rd | 1 -
man/renderTable.Rd | 1 -
man/renderText.Rd | 1 -
man/renderUI.Rd | 1 -
man/repeatable.Rd | 1 -
man/req.Rd | 3 +-
man/restoreInput.Rd | 1 -
man/runApp.Rd | 1 -
man/runExample.Rd | 1 -
man/runGadget.Rd | 1 -
man/runUrl.Rd | 3 +-
man/safeError.Rd | 1 -
man/selectInput.Rd | 5 +-
man/serverInfo.Rd | 1 -
man/session.Rd | 14 +-
man/setBookmarkExclude.Rd | 1 -
man/setSerializer.Rd | 20 +
man/shiny-options.Rd | 1 -
man/shiny-package.Rd | 5 +-
man/shinyApp.Rd | 13 +-
man/shinyDeprecated.Rd | 1 -
man/shinyOptions.Rd | 1 -
man/shinyServer.Rd | 1 -
man/shinyUI.Rd | 1 -
man/showBookmarkUrlModal.Rd | 1 -
man/showModal.Rd | 3 +-
man/showNotification.Rd | 3 +-
man/showReactLog.Rd | 1 -
man/showTab.Rd | 85 ++
man/sidebarLayout.Rd | 1 -
man/sidebarPanel.Rd | 1 -
man/sliderInput.Rd | 5 +-
man/snapshotExclude.Rd | 14 +
man/snapshotPreprocessInput.Rd | 19 +
man/snapshotPreprocessOutput.Rd | 17 +
man/splitLayout.Rd | 1 -
man/stacktrace.Rd | 17 +-
man/stopApp.Rd | 1 -
man/submitButton.Rd | 3 +-
man/tabPanel.Rd | 1 -
man/tableOutput.Rd | 3 +-
man/tabsetPanel.Rd | 4 +-
man/textAreaInput.Rd | 3 +-
man/textInput.Rd | 3 +-
man/textOutput.Rd | 1 -
man/titlePanel.Rd | 1 -
man/updateActionButton.Rd | 1 -
man/updateCheckboxGroupInput.Rd | 29 +-
man/updateCheckboxInput.Rd | 1 -
man/updateDateInput.Rd | 1 -
man/updateDateRangeInput.Rd | 1 -
man/updateNumericInput.Rd | 1 -
man/updateQueryString.Rd | 85 +-
man/updateRadioButtons.Rd | 33 +-
man/updateSelectInput.Rd | 1 -
man/updateSliderInput.Rd | 1 -
man/updateTabsetPanel.Rd | 3 +-
man/updateTextAreaInput.Rd | 6 +-
man/updateTextInput.Rd | 6 +-
man/urlModal.Rd | 1 -
man/validate.Rd | 3 +-
man/verbatimTextOutput.Rd | 1 -
man/verticalLayout.Rd | 1 -
man/viewer.Rd | 7 +-
man/wellPanel.Rd | 1 -
man/withMathJax.Rd | 1 -
man/withProgress.Rd | 8 +-
tests/testthat/test-bootstrap.r | 108 +-
tests/testthat/test-get-extension.R | 11 +
tests/testthat/test-modules.R | 25 +-
tests/testthat/test-plot-coordmap.R | 8 +-
tests/testthat/test-reactivity.r | 71 ++
tests/testthat/test-utils.R | 21 +
253 files changed, 5912 insertions(+), 1984 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-shiny.git
More information about the debian-med-commit
mailing list