diff --git a/404.html b/404.html index f8137c08e..c0cc6bee6 100644 --- a/404.html +++ b/404.html @@ -39,7 +39,7 @@ shiny - 1.7.2 + 1.7.1.9003 diff --git a/CONTRIBUTING.html b/CONTRIBUTING.html index 7c744bf45..6b961ba70 100644 --- a/CONTRIBUTING.html +++ b/CONTRIBUTING.html @@ -17,7 +17,7 @@ shiny - 1.7.2 + 1.7.1.9003 diff --git a/LICENSE-text.html b/LICENSE-text.html index 03238fb3f..32651ae79 100644 --- a/LICENSE-text.html +++ b/LICENSE-text.html @@ -17,7 +17,7 @@ shiny - 1.7.2 + 1.7.1.9003 diff --git a/TODO-promises.html b/TODO-promises.html index 3bf2f72f8..cf498dcd6 100644 --- a/TODO-promises.html +++ b/TODO-promises.html @@ -17,7 +17,7 @@ shiny - 1.7.2 + 1.7.1.9003 diff --git a/apple-touch-icon-120x120.png b/apple-touch-icon-120x120.png index 48d79dd99..b127d6aba 100644 Binary files a/apple-touch-icon-120x120.png and b/apple-touch-icon-120x120.png differ diff --git a/apple-touch-icon-152x152.png b/apple-touch-icon-152x152.png index 2ae46bb50..e752734d1 100644 Binary files a/apple-touch-icon-152x152.png and b/apple-touch-icon-152x152.png differ diff --git a/apple-touch-icon-180x180.png b/apple-touch-icon-180x180.png index 21c4b090b..2fe3bebfa 100644 Binary files a/apple-touch-icon-180x180.png and b/apple-touch-icon-180x180.png differ diff --git a/apple-touch-icon-60x60.png b/apple-touch-icon-60x60.png index c0ff4de6d..ae672d3ad 100644 Binary files a/apple-touch-icon-60x60.png and b/apple-touch-icon-60x60.png differ diff --git a/apple-touch-icon-76x76.png b/apple-touch-icon-76x76.png index e2f4a1f54..86a4fe26c 100644 Binary files a/apple-touch-icon-76x76.png and b/apple-touch-icon-76x76.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png index 23fc44f98..842162246 100644 Binary files a/apple-touch-icon.png and b/apple-touch-icon.png differ diff --git a/authors.html b/authors.html index 6003f3345..fa4ac6a99 100644 --- a/authors.html +++ b/authors.html @@ -17,7 +17,7 @@ shiny - 1.7.2 + 1.7.1.9003 @@ -199,13 +199,13 @@

Chang W, Cheng J, Allaire J, Sievert C, Schloerke B, Xie Y, Allen J, McPherson J, Dipert A, Borges B (2022). shiny: Web Application Framework for R. -R package version 1.7.2, https://shiny.rstudio.com/. +R package version 1.7.1.9003, https://shiny.rstudio.com/.

@Manual{,
   title = {shiny: Web Application Framework for R},
   author = {Winston Chang and Joe Cheng and JJ Allaire and Carson Sievert and Barret Schloerke and Yihui Xie and Jeff Allen and Jonathan McPherson and Alan Dipert and Barbara Borges},
   year = {2022},
-  note = {R package version 1.7.2},
+  note = {R package version 1.7.1.9003},
   url = {https://shiny.rstudio.com/},
 }
diff --git a/favicon-16x16.png b/favicon-16x16.png index f6c699854..8162e42d7 100644 Binary files a/favicon-16x16.png and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png index d4820d7af..f0fe8f143 100644 Binary files a/favicon-32x32.png and b/favicon-32x32.png differ diff --git a/index.html b/index.html index f4ac812c9..f64ff470d 100644 --- a/index.html +++ b/index.html @@ -43,7 +43,7 @@ shiny - 1.7.2 + 1.7.1.9003 @@ -89,7 +89,7 @@
  • A prebuilt set of highly sophisticated, customizable, and easy-to-use widgets (e.g., plots, tables, sliders, dropdowns, date pickers, and more).
  • An attractive default look based on Bootstrap which can also be easily customized with the bslib package or avoided entirely with more direct R bindings to HTML/CSS/JavaScript.
  • Seamless integration with R Markdown, making it easy to embed numerous applications natively within a larger dynamic document.
  • -
  • Tools for improving and monitoring performance, including native support for async programming, caching, load testing, and more.
  • +
  • Tools for improving and monitoring performance, including native support for async programming, caching, load testing, and more.
  • Modules: a framework for reducing code duplication and complexity.
  • An ability to bookmark application state and/or generate code to reproduce output(s).
  • diff --git a/news/index.html b/news/index.html index a5b77ef9d..a555c15e7 100644 --- a/news/index.html +++ b/news/index.html @@ -17,7 +17,7 @@ shiny - 1.7.2 + 1.7.1.9003 @@ -47,22 +47,6 @@ Source: NEWS.md -
    - -
    -

    Fixes and improvements

    -
    -
    @@ -391,7 +375,7 @@
  • The internal URLdecode() function previously was a copy of httpuv::decodeURIComponent(), assigned at build time; now it invokes the httpuv function at run time.

  • Fixed #1840: with the release of Shiny 1.0.5, we accidently changed the relative positioning of the icon and the title text in navbarMenus and tabPanels. This fix reverts this behavior back (i.e. the icon should be to the left of the text and/or the downward arrow in case of navbarMenus). (#1848)

  • Fixed #1600: URL-encoded bookmarking did not work with sliders that had dates or date-times. (#1961)

  • -
  • Fixed #1962: File dragging and dropping broke in the presence of jQuery version 3.0 as introduced by the rhandsontable htmlwidget. (#2005)

  • +
  • Fixed #1962: File dragging and dropping broke in the presence of jQuery version 3.0 as introduced by the rhandsontable htmlwidget. (#2005)

  • Improved the error handling inside the addResourcePath() function, to give end users more informative error messages when the directoryPath argument cannot be normalized. This is especially useful for runtime: shiny_prerendered Rmd documents, like learnr tutorials. (#1968)

  • Changed script tags in reactlog (inst/www/reactive-graph.html) from HTTP to HTTPS in order to avoid mixed content blocking by most browsers. (Thanks, @jekriske-lilly! #1844)

  • Addressed #1784: runApp() will avoid port 6697, which is considered unsafe by Chrome.

  • diff --git a/pkgdown.yml b/pkgdown.yml index 5fe5ff8f4..9b63f3329 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,5 +2,5 @@ pandoc: 2.7.3 pkgdown: 2.0.3 pkgdown_sha: ~ articles: {} -last_built: 2022-06-07T22:06Z +last_built: 2022-06-09T20:55Z diff --git a/reference/MockShinySession.html b/reference/MockShinySession.html index 180362c70..4e7c80429 100644 --- a/reference/MockShinySession.html +++ b/reference/MockShinySession.html @@ -28,7 +28,7 @@ of testServer()."> shiny - 1.7.2 + 1.7.1.9003
    @@ -172,36 +172,36 @@ user. Always NULL for a MockShinySesion.

    Public methods

    -


    +


    Method new()

    Create a new MockShinySession.

    Usage

    @@ -209,7 +209,7 @@ user. Always NULL for a MockShinySesion.

    -


    +


    Method onFlush()

    Define a callback to be invoked before a reactive flush

    Usage

    @@ -229,7 +229,7 @@ user. Always NULL for a MockShinySesion.

    -


    +


    Method onFlushed()

    Define a callback to be invoked after a reactive flush

    Usage

    @@ -249,7 +249,7 @@ user. Always NULL for a MockShinySesion.

    -


    +


    Method onEnded()

    Define a callback to be invoked when the session ends

    Usage

    @@ -265,7 +265,7 @@ user. Always NULL for a MockShinySesion.

    -


    +


    Method isEnded()

    Returns FALSE if the session has not yet been closed

    Usage

    @@ -273,7 +273,7 @@ user. Always NULL for a MockShinySesion.

    -


    +


    Method isClosed()

    Returns FALSE if the session has not yet been closed

    Usage

    @@ -281,7 +281,7 @@ user. Always NULL for a MockShinySesion.

    -


    +


    Method close()

    Closes the session

    Usage

    @@ -289,7 +289,7 @@ user. Always NULL for a MockShinySesion.

    -


    +


    Method cycleStartAction()

    Unsophisticated mock implementation that merely invokes

    Usage

    @@ -305,7 +305,7 @@ user. Always NULL for a MockShinySesion.

    -


    +


    Method fileUrl()

    Base64-encode the given file. Needed for image rendering.

    Usage

    @@ -329,7 +329,7 @@ user. Always NULL for a MockShinySesion.

    -


    +


    Method setInputs()

    Sets reactive values associated with the session$inputs object and flushes the reactives.

    @@ -356,7 +356,7 @@ session$setInputs(x=1, y=2)
    -


    +


    Method .scheduleTask()

    An internal method which shouldn't be used by others. Schedules callback for execution after some number of millis @@ -378,7 +378,7 @@ milliseconds.

    -


    +


    Method elapse()

    Simulate the passing of time by the given number of milliseconds.

    Usage

    @@ -394,7 +394,7 @@ milliseconds.

    -


    +


    Method .now()

    An internal method which shouldn't be used by others.

    Usage

    @@ -406,7 +406,7 @@ milliseconds.

    Elapsed time in milliseconds.

    -


    +


    Method defineOutput()

    An internal method which shouldn't be used by others. Defines an output in a way that sets private$currentOutputName @@ -432,7 +432,7 @@ appropriately.

    -


    +


    Method getOutput()

    An internal method which shouldn't be used by others. Forces evaluation of any reactive dependencies of the output function.

    @@ -454,7 +454,7 @@ evaluation of any reactive dependencies of the output function.

    +


    Method ns()

    Returns the given id prefixed by this namespace's id.

    Usage

    @@ -474,7 +474,7 @@ output.

    The id with a namespace prefix.

    -


    +


    Method flushReact()

    Trigger a reactive flush right now.

    Usage

    @@ -482,7 +482,7 @@ output.

    -


    +


    Method makeScope()

    Create and return a namespace-specific session proxy.

    Usage

    @@ -502,7 +502,7 @@ output.

    A new session proxy.

    -


    +


    Method setEnv()

    Set the environment associated with a testServer() call, but only if it has not previously been set. This ensures that only the @@ -525,7 +525,7 @@ other words, the first assignment wins.

    The provided env.

    -


    +


    Method setReturned()

    Set the value returned by the module call and proactively flush. Note that this method may be called multiple times if modules @@ -548,7 +548,7 @@ setReturned() in the outermost module, wins.

    The provided value.

    -


    +


    Method getReturned()

    Get the value returned by the module call.

    Usage

    @@ -560,7 +560,7 @@ setReturned() in the outermost module, wins.

    The value returned by the module call

    -


    +


    Method genId()

    Generate a distinct character identifier for use as a proxy namespace.

    @@ -573,7 +573,7 @@ namespace.

    A character identifier unique to the current session.

    -


    +


    Method rootScope()

    Provides a way to access the root MockShinySession from any descendant proxy.

    @@ -586,7 +586,7 @@ any descendant proxy.

    The root MockShinySession.

    -


    +


    Method unhandledError()

    Called by observers when a reactive expression errors.

    Usage

    @@ -602,7 +602,7 @@ any descendant proxy.

    -


    +


    Method freezeValue()

    Freeze a value until the flush cycle completes.

    Usage

    @@ -622,7 +622,7 @@ any descendant proxy.

    -


    +


    Method onSessionEnded()

    Registers the given callback to be invoked when the session is closed (i.e. the connection to the client has been severed). The @@ -642,7 +642,7 @@ guaranteed.

    -


    +


    Method registerDownload()

    Associated a downloadable file with the session.

    Usage

    @@ -675,7 +675,7 @@ function.)

    -


    +


    Method getCurrentOutputInfo()

    Get information about the output that is currently being executed.

    @@ -690,7 +690,7 @@ currently being executed, this will return NULL. output, or NULL if no output is currently executing.

    -


    +


    Method clone()

    The objects of this class are cloneable with this method.

    Usage

    diff --git a/reference/NS.html b/reference/NS.html index 37e121fda..b53aa188d 100644 --- a/reference/NS.html +++ b/reference/NS.html @@ -19,7 +19,7 @@ modules. See https://shiny.rstudio.com/articles/modules.html."> shiny - 1.7.2 + 1.7.1.9003
    diff --git a/reference/Progress.html b/reference/Progress.html index 9b8090c64..42a0b2736 100644 --- a/reference/Progress.html +++ b/reference/Progress.html @@ -18,7 +18,7 @@ Reporting progress (object-oriented API)"> shiny - 1.7.2 + 1.7.1.9003
    @@ -84,15 +84,15 @@ function.



    Method new()

    Creates a new progress panel (but does not display it).

    Usage

    @@ -131,7 +131,7 @@ is for backward-compatibility).

    -


    +


    Method set()

    Updates the progress panel. When called the first time, the progress panel is displayed.

    @@ -162,7 +162,7 @@ relative to message.

    -


    +


    Method inc()

    Like set, this updates the progress panel. The difference is that inc increases the progress bar by amount, instead of @@ -193,7 +193,7 @@ relative to message.

    -


    +


    Method getMin()

    Returns the minimum value.

    Usage

    @@ -201,7 +201,7 @@ relative to message.

    -


    +


    Method getMax()

    Returns the maximum value.

    Usage

    @@ -209,7 +209,7 @@ relative to message.

    -


    +


    Method getValue()

    Returns the current value.

    Usage

    @@ -217,7 +217,7 @@ relative to message.

    -


    +


    Method close()

    Removes the progress panel. Future calls to set and close will be ignored.

    @@ -226,7 +226,7 @@ relative to message.

    -


    +


    Method clone()

    The objects of this class are cloneable with this method.

    Usage

    diff --git a/reference/absolutePanel.html b/reference/absolutePanel.html index fdab94092..c8462f093 100644 --- a/reference/absolutePanel.html +++ b/reference/absolutePanel.html @@ -17,7 +17,7 @@ shiny - 1.7.2 + 1.7.1.9003
    diff --git a/reference/actionButton.html b/reference/actionButton.html index 95d048507..174ee2e61 100644 --- a/reference/actionButton.html +++ b/reference/actionButton.html @@ -18,7 +18,7 @@ each time it is pressed.">