[med-svn] [r-cran-shiny] branch master updated (b3cea59 -> df1f43a)
Andreas Tille
tille at debian.org
Wed Nov 2 15:51:54 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a change to branch master
in repository r-cran-shiny.
from b3cea59 Add missing Depends: r-cran-ggplot2
new 071cde2 New upstream version 0.14.2+dfsg
new 9081557 Merge tag 'upstream/0.14.2+dfsg'
new 6f219e3 New upstream version
new 6384672 Switch to dh-r
new abd79d0 Canonical homepage for CRAN
new 271ca4d 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
new df1f43a New Build-Depends: r-cran-sourcetools
The 7 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:
DESCRIPTION | 36 +-
MD5 | 564 +-
NAMESPACE | 32 +
NEWS | 970 ---
NEWS.md | 1032 +++
R/app.R | 41 +-
R/bookmark-state-local.R | 28 +
R/bookmark-state.R | 1113 +++
R/bootstrap-layout.R | 147 +-
R/bootstrap.R | 353 +-
R/conditions.R | 11 +-
R/diagnose.R | 157 +
R/fileupload.R | 2 +-
R/graph.R | 9 +-
R/html-deps.R | 20 +-
R/imageutils.R | 1 -
R/input-action.R | 67 +-
R/input-checkbox.R | 16 +-
R/input-checkboxgroup.R | 24 +-
R/input-date.R | 97 +-
R/input-daterange.R | 61 +-
R/input-file.R | 76 +-
R/input-numeric.R | 17 +-
R/input-password.R | 23 +-
R/input-radiobuttons.R | 34 +-
R/input-select.R | 28 +-
R/input-slider.R | 33 +-
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 | 88 +-
R/react.R | 5 +-
R/reactive-domains.R | 6 +-
R/reactives.R | 297 +-
R/render-plot.R | 409 +-
R/render-table.R | 226 +-
R/run-url.R | 2 +-
R/serializers.R | 72 +
R/server-input-handlers.R | 113 +-
R/server.R | 272 +-
R/shiny-options.R | 83 +
R/shiny.R | 876 +-
R/shinyui.R | 41 +-
R/shinywrappers.R | 246 +-
R/showcase.R | 87 +-
R/test-export.R | 60 +
R/timer.R | 20 +-
R/update-input.R | 385 +-
R/utils.R | 358 +-
README.md | 4 +-
build/vignette.rds | Bin 214 -> 0 bytes
debian/changelog | 14 +
debian/control | 22 +-
debian/copyright | 5 +-
debian/links | 2 +-
debian/rules | 7 +-
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/server.R | 4 +-
inst/examples/07_widgets/ui.R | 4 +-
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 | 34 +-
inst/www/reactive-graph.html | 1072 ++-
inst/www/shared/babel-polyfill.min.js | 3 +
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.css | 142 +-
inst/www/shared/shiny.js | 8944 ++++++++++----------
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 | 1 -
man/applyInputHandlers.Rd | 30 +
man/bookmarkButton.Rd | 73 +
man/checkboxGroupInput.Rd | 24 +-
man/checkboxInput.Rd | 16 +-
man/column.Rd | 45 +-
man/conditionalPanel.Rd | 1 -
man/createWebDependency.Rd | 2 +-
man/dateInput.Rd | 56 +-
man/dateRangeInput.Rd | 87 +-
man/downloadHandler.Rd | 36 +-
man/enableBookmarking.Rd | 231 +
man/exportTestValues.Rd | 70 +
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 | 1 -
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 | 1 -
man/onBookmark.Rd | 209 +
man/onFlush.Rd | 37 +
man/pageWithSidebar.Rd | 5 +-
man/parseQueryString.Rd | 4 +-
man/passwordInput.Rd | 27 +-
man/radioButtons.Rd | 35 +-
man/reactive.Rd | 1 -
man/reactiveFileReader.Rd | 5 +-
man/reactivePoll.Rd | 5 +-
man/reactiveTimer.Rd | 16 +-
man/reactiveValuesToList.Rd | 1 -
man/removeUI.Rd | 67 +
man/renderDataTable.Rd | 6 +-
man/renderImage.Rd | 30 +-
man/renderPlot.Rd | 15 +-
man/renderPrint.Rd | 14 +-
man/renderTable.Rd | 59 +-
man/renderText.Rd | 8 +-
man/renderUI.Rd | 24 +-
man/repeatable.Rd | 1 -
man/req.Rd | 59 +-
man/restoreInput.Rd | 18 +
man/runGadget.Rd | 1 -
man/runUrl.Rd | 2 +-
man/safeError.Rd | 82 +
man/selectInput.Rd | 26 +-
man/session.Rd | 66 +-
man/setBookmarkExclude.Rd | 29 +
man/shiny-options.Rd | 24 +-
man/shinyApp.Rd | 10 +-
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 | 17 +-
man/sliderInput.Rd | 25 +-
man/splitLayout.Rd | 20 +-
man/submitButton.Rd | 3 +-
man/tabsetPanel.Rd | 8 +-
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 | 50 +-
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 | 13 +-
man/verticalLayout.Rd | 9 +-
man/withProgress.Rd | 31 +-
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 | 60 +
{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 | 0
vignettes/events.Rmd | 121 -
226 files changed, 17664 insertions(+), 8326 deletions(-)
delete mode 100644 NEWS
create mode 100644 NEWS.md
create mode 100644 R/bookmark-state-local.R
create mode 100644 R/bookmark-state.R
create mode 100644 R/diagnose.R
create mode 100644 R/input-textarea.R
create mode 100644 R/insert-ui.R
create mode 100644 R/modal.R
create mode 100644 R/notifications.R
create mode 100644 R/serializers.R
create mode 100644 R/shiny-options.R
create mode 100644 R/test-export.R
delete mode 100644 build/vignette.rds
delete mode 100644 inst/doc/events.R
delete mode 100644 inst/doc/events.Rmd
delete mode 100644 inst/doc/events.html
delete mode 100644 inst/examples/01_hello/rsconnect/localhost/admin/01_hello.dcf
create mode 100644 inst/www/shared/babel-polyfill.min.js
create mode 100644 inst/www/shared/jqueryui/AUTHORS.txt
create mode 100644 inst/www/shared/jqueryui/LICENSE.txt
create mode 100644 man/applyInputHandlers.Rd
create mode 100644 man/bookmarkButton.Rd
create mode 100644 man/enableBookmarking.Rd
create mode 100644 man/exportTestValues.Rd
create mode 100644 man/freezeReactiveValue.Rd
create mode 100644 man/insertUI.Rd
create mode 100644 man/modalButton.Rd
create mode 100644 man/modalDialog.Rd
create mode 100644 man/onBookmark.Rd
create mode 100644 man/onFlush.Rd
create mode 100644 man/removeUI.Rd
create mode 100644 man/restoreInput.Rd
create mode 100644 man/safeError.Rd
create mode 100644 man/setBookmarkExclude.Rd
create mode 100644 man/shinyOptions.Rd
create mode 100644 man/showBookmarkUrlModal.Rd
create mode 100644 man/showModal.Rd
create mode 100644 man/showNotification.Rd
create mode 100644 man/textAreaInput.Rd
create mode 100644 man/updateActionButton.Rd
create mode 100644 man/updateQueryString.Rd
copy man/{updateTextInput.Rd => updateTextAreaInput.Rd} (64%)
create mode 100644 man/urlModal.Rd
create mode 100644 tests/testthat/helper.R
create mode 100644 tests/testthat/test-bookmarking.R
rename {inst/tests => tests/testthat}/test-bootstrap.r (89%)
create mode 100644 tests/testthat/test-diagnostics.R
rename {inst/tests => tests/testthat}/test-gc.r (100%)
rename {inst/tests => tests/testthat}/test-input-handler.R (100%)
rename {inst/tests => tests/testthat}/test-modules.R (100%)
create mode 100644 tests/testthat/test-options.R
rename {inst/tests => tests/testthat}/test-plot-coordmap.R (63%)
rename {inst/tests => tests/testthat}/test-reactivity.r (91%)
rename {inst/tests => tests/testthat}/test-stack.R (100%)
rename {inst/tests => tests/testthat}/test-stacks.R (73%)
rename {inst/tests => tests/testthat}/test-staticdocs.R (53%)
rename {inst/tests => tests/testthat}/test-stop-app.R (100%)
rename {inst/tests => tests/testthat}/test-text.R (100%)
create mode 100644 tests/testthat/test-timer.R
rename {inst/tests => tests/testthat}/test-ui.R (100%)
create mode 100644 tests/testthat/test-update-input.R
rename {inst/tests => tests/testthat}/test-url.R (87%)
rename {inst/tests => tests/testthat}/test-utils.R (100%)
delete mode 100644 vignettes/events.Rmd
--
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