diff --git a/404.html b/404.html index f2cb7bbd2..bbb265839 100644 --- a/404.html +++ b/404.html @@ -89,7 +89,7 @@ Content not found. Please use links in the navbar.
diff --git a/CONTRIBUTING.html b/CONTRIBUTING.html index 61ec5e069..904c8e85c 100644 --- a/CONTRIBUTING.html +++ b/CONTRIBUTING.html @@ -89,7 +89,7 @@ diff --git a/LICENSE-text.html b/LICENSE-text.html index 762d02504..7d4d121ba 100644 --- a/LICENSE-text.html +++ b/LICENSE-text.html @@ -1077,7 +1077,7 @@ Public License instead of this License. diff --git a/TODO-promises.html b/TODO-promises.html index e6f5a840b..45e151d87 100644 --- a/TODO-promises.html +++ b/TODO-promises.html @@ -132,7 +132,7 @@ diff --git a/authors.html b/authors.html index 32dfa567b..57a4765ac 100644 --- a/authors.html +++ b/authors.html @@ -220,7 +220,7 @@ R package version 1.10.0.9000, -Site built with pkgdown 2.1.1.
+Site built with pkgdown 2.1.2.
diff --git a/index.html b/index.html index 71bc6ad9b..7f8f45029 100644 --- a/index.html +++ b/index.html @@ -177,17 +177,17 @@textInput(), textAreaInput(), numericInput() and passwordInput() all gain an updateOn option. updateOn = "change" is the default and previous behavior, where the input value updates immediately whenever the value changes. With updateOn = "blur", the input value will update only when the text input loses focus or when the user presses Enter (or Cmd/Ctrl + Enter for textAreaInput()). (#4183)
textAreaInput() gains a autoresize option, which automatically resizes the text area to fit its content. (#4210)
When auto-reload is enabled, Shiny now reloads the entire app when support files, like Shiny modules, additional script files, or web assets, change. To enable auto-reload, call devmode(TRUE) to enable Shiny’s developer mode, or set options(shiny.autoreload = TRUE) to specifically enable auto-reload. You can choose which files are watched for changes with the shiny.autoreload.pattern option. (#4184)
When busy indicators are enabled (i.e., useBusyIndicators()), Shiny now:
req() and validate()). (#4172)tableOutput(). (#4172)Shiny now uses cli instead of crayon for rich log messages. (@olivroy #4170)
Shiny’s Typescript assets are now compiled to ES2021 instead of ES5. (#4066)
textInput(), textAreaInput(), numericInput() and passwordInput() all gain an updateOn option. updateOn = "change" is the default and previous behavior, where the input value updates immediately whenever the value changes. With updateOn = "blur", the input value will update only when the text input loses focus or when the user presses Enter (or Cmd/Ctrl + Enter for textAreaInput()). (#4183)
When auto-reload is enabled, Shiny now reloads the entire app when support files, like Shiny modules, additional script files, or web assets, change. To enable auto-reload, call devmode(TRUE) to enable Shiny’s developer mode, or set options(shiny.autoreload = TRUE) to specifically enable auto-reload. You can choose which files are watched for changes with the shiny.autoreload.pattern option. (#4184)
NULL if no output is currently executing.
diff --git a/reference/NS.html b/reference/NS.html
index 560bbc95a..0e2e76b88 100644
--- a/reference/NS.html
+++ b/reference/NS.html
@@ -113,7 +113,7 @@ into a namespaced one, by combining them with ns.sep in between.
diff --git a/reference/Progress.html b/reference/Progress.html
index 668e554e6..214b84c98 100644
--- a/reference/Progress.html
+++ b/reference/Progress.html
@@ -287,7 +287,7 @@ relative to message.
diff --git a/reference/absolutePanel.html b/reference/absolutePanel.html
index ac5e8678c..5edba0177 100644
--- a/reference/absolutePanel.html
+++ b/reference/absolutePanel.html
@@ -176,7 +176,7 @@ rather than the more obvious width = "100%" and height = "100
diff --git a/reference/actionButton.html b/reference/actionButton.html
index 085821772..1cb8022d0 100644
--- a/reference/actionButton.html
+++ b/reference/actionButton.html
@@ -167,7 +167,7 @@ This implies two things:Event handlers (e.g.,
- Site built with pkgdown 2.1.1.
+ Site built with pkgdown 2.1.2.
diff --git a/reference/applyInputHandlers.html b/reference/applyInputHandlers.html
index 8cbe62f3a..39fa24fa9 100644
--- a/reference/applyInputHandlers.html
+++ b/reference/applyInputHandlers.html
@@ -98,7 +98,7 @@ output.
diff --git a/reference/bindCache.html b/reference/bindCache.html
index ccafae61c..96266e80b 100644
--- a/reference/bindCache.html
+++ b/reference/bindCache.html
@@ -485,7 +485,7 @@ See sizeGrowthRatio() for more i
diff --git a/reference/bindEvent.html b/reference/bindEvent.html
index 19baf32ce..db8327c8a 100644
--- a/reference/bindEvent.html
+++ b/reference/bindEvent.html
@@ -258,7 +258,7 @@ expression given to bindEvent(), and not the cache key expression g
diff --git a/reference/bookmarkButton.html b/reference/bookmarkButton.html
index 133362faf..a78079a65 100644
--- a/reference/bookmarkButton.html
+++ b/reference/bookmarkButton.html
@@ -151,7 +151,7 @@ does the bookmarking when the button is pressed. See the examples below.
diff --git a/reference/bootstrapLib.html b/reference/bootstrapLib.html
index 8188c1357..946935124 100644
--- a/reference/bootstrapLib.html
+++ b/reference/bootstrapLib.html
@@ -90,7 +90,7 @@ others which use bootstrapPage, such
diff --git a/reference/bootstrapPage.html b/reference/bootstrapPage.html
index 71212ac87..dff7399fd 100644
--- a/reference/bootstrapPage.html
+++ b/reference/bootstrapPage.html
@@ -122,7 +122,7 @@ and know how to lay out pages in Bootstrap. Most applications should use
diff --git a/reference/brushOpts.html b/reference/brushOpts.html
index 5e1780922..1c7405a0a 100644
--- a/reference/brushOpts.html
+++ b/reference/brushOpts.html
@@ -148,7 +148,7 @@ the plot is updated.
diff --git a/reference/brushedPoints.html b/reference/brushedPoints.html
index 54c6397d8..04a866e49 100644
--- a/reference/brushedPoints.html
+++ b/reference/brushedPoints.html
@@ -199,7 +199,7 @@ using just the x or y variable, whichever is appropriate.
diff --git a/reference/busyIndicatorOptions.html b/reference/busyIndicatorOptions.html
index 62ab60f10..4483b6574 100644
--- a/reference/busyIndicatorOptions.html
+++ b/reference/busyIndicatorOptions.html
@@ -228,7 +228,7 @@ time.
diff --git a/reference/callModule.html b/reference/callModule.html
index 9be2355b2..f2488adc2 100644
--- a/reference/callModule.html
+++ b/reference/callModule.html
@@ -101,7 +101,7 @@ almost always be used)
diff --git a/reference/checkboxGroupInput.html b/reference/checkboxGroupInput.html
index 0466b1e97..5d6eef033 100644
--- a/reference/checkboxGroupInput.html
+++ b/reference/checkboxGroupInput.html
@@ -199,7 +199,7 @@ type of UI object to be passed through (tag objects, icons, HTML code,
diff --git a/reference/checkboxInput.html b/reference/checkboxInput.html
index a06129394..22f3f3e93 100644
--- a/reference/checkboxInput.html
+++ b/reference/checkboxInput.html
@@ -136,7 +136,7 @@ see
- Site built with pkgdown 2.1.1.
+ Site built with pkgdown 2.1.2.
diff --git a/reference/clickOpts.html b/reference/clickOpts.html
index f2fe9ea28..f513c9748 100644
--- a/reference/clickOpts.html
+++ b/reference/clickOpts.html
@@ -121,7 +121,7 @@ value will stop changing when the cursor exits the plotting area.
diff --git a/reference/column.html b/reference/column.html
index 72d4089df..d59602f55 100644
--- a/reference/column.html
+++ b/reference/column.html
@@ -138,7 +138,7 @@ previous column.
diff --git a/reference/conditionalPanel.html b/reference/conditionalPanel.html
index 477399b0f..18e60e9d0 100644
--- a/reference/conditionalPanel.html
+++ b/reference/conditionalPanel.html
@@ -157,7 +157,7 @@ value.
diff --git a/reference/createRenderFunction.html b/reference/createRenderFunction.html
index a8da9abc8..7d1cab2a5 100644
--- a/reference/createRenderFunction.html
+++ b/reference/createRenderFunction.html
@@ -289,7 +289,7 @@ function that's assigned to a name in the assign.env.<
diff --git a/reference/createWebDependency.html b/reference/createWebDependency.html
index 742763d3e..2edebe79b 100644
--- a/reference/createWebDependency.html
+++ b/reference/createWebDependency.html
@@ -98,7 +98,7 @@ in its src.
diff --git a/reference/dateInput.html b/reference/dateInput.html
index 2ff68b590..0d2222597 100644
--- a/reference/dateInput.html
+++ b/reference/dateInput.html
@@ -238,7 +238,7 @@ the browser. It allows the following values:
diff --git a/reference/dateRangeInput.html b/reference/dateRangeInput.html
index c3f408959..c1af78355 100644
--- a/reference/dateRangeInput.html
+++ b/reference/dateRangeInput.html
@@ -242,7 +242,7 @@ the browser. It allows the following values:
diff --git a/reference/debounce.html b/reference/debounce.html
index 546a36e05..f3affc347 100644
--- a/reference/debounce.html
+++ b/reference/debounce.html
@@ -194,7 +194,7 @@ has expired.
diff --git a/reference/devmode.html b/reference/devmode.html
index 658f6372b..7294f281e 100644
--- a/reference/devmode.html
+++ b/reference/devmode.html
@@ -325,7 +325,7 @@ not recommended for all reimplementation situations.
diff --git a/reference/diskCache.html b/reference/diskCache.html
index 60dff056c..092badb5a 100644
--- a/reference/diskCache.html
+++ b/reference/diskCache.html
@@ -134,7 +134,7 @@ information will be written. To log to the console, use
- Site built with pkgdown 2.1.1.
+ Site built with pkgdown 2.1.2.
diff --git a/reference/domains.html b/reference/domains.html
index 19638ec17..8ab1492b4 100644
--- a/reference/domains.html
+++ b/reference/domains.html
@@ -121,7 +121,7 @@ never be invoked.
diff --git a/reference/downloadButton.html b/reference/downloadButton.html
index 04a5ed2c8..cbfad74d1 100644
--- a/reference/downloadButton.html
+++ b/reference/downloadButton.html
@@ -144,7 +144,7 @@ is assigned to.
diff --git a/reference/downloadHandler.html b/reference/downloadHandler.html
index 0fdbb3daf..86f9904ed 100644
--- a/reference/downloadHandler.html
+++ b/reference/downloadHandler.html
@@ -151,7 +151,7 @@ programmatically clicking on the download button using JavaScript.
diff --git a/reference/enableBookmarking.html b/reference/enableBookmarking.html
index 7227cc06f..489645ceb 100644
--- a/reference/enableBookmarking.html
+++ b/reference/enableBookmarking.html
@@ -297,7 +297,7 @@ restored.
diff --git a/reference/exportTestValues.html b/reference/exportTestValues.html
index 38ada3880..bba7f47ce 100644
--- a/reference/exportTestValues.html
+++ b/reference/exportTestValues.html
@@ -147,7 +147,7 @@ global option shiny.testmode to TRUE.
diff --git a/reference/exprToFunction.html b/reference/exprToFunction.html
index ee947fe9a..f4b32f06f 100644
--- a/reference/exprToFunction.html
+++ b/reference/exprToFunction.html
@@ -98,7 +98,7 @@ calling environment two steps back.
diff --git a/reference/fileInput.html b/reference/fileInput.html
index 526b77f40..620e8eb40 100644
--- a/reference/fileInput.html
+++ b/reference/fileInput.html
@@ -222,7 +222,7 @@ operation.
diff --git a/reference/fillPage.html b/reference/fillPage.html
index aef080994..ae1bd532a 100644
--- a/reference/fillPage.html
+++ b/reference/fillPage.html
@@ -202,7 +202,7 @@ package.
diff --git a/reference/fillRow.html b/reference/fillRow.html
index ebf7e9971..fad131f91 100644
--- a/reference/fillRow.html
+++ b/reference/fillRow.html
@@ -146,7 +146,7 @@ the size of their contents, as is usually the case in HTML).
diff --git a/reference/fixedPage.html b/reference/fixedPage.html
index 7d195256f..3dd4d3aec 100644
--- a/reference/fixedPage.html
+++ b/reference/fixedPage.html
@@ -161,7 +161,7 @@ pages.
diff --git a/reference/flowLayout.html b/reference/flowLayout.html
index a34814e49..80ed10def 100644
--- a/reference/flowLayout.html
+++ b/reference/flowLayout.html
@@ -114,7 +114,7 @@ of the layout.
diff --git a/reference/fluidPage.html b/reference/fluidPage.html
index 243f91ca2..dba373302 100644
--- a/reference/fluidPage.html
+++ b/reference/fluidPage.html
@@ -194,7 +194,7 @@ pages.
diff --git a/reference/freezeReactiveValue.html b/reference/freezeReactiveValue.html
index 98c980042..e8ed822e4 100644
--- a/reference/freezeReactiveValue.html
+++ b/reference/freezeReactiveValue.html
@@ -145,7 +145,7 @@ object (like input); for freezeReactiveVal, a
diff --git a/reference/getCurrentOutputInfo.html b/reference/getCurrentOutputInfo.html
index dccf0d165..c5f149438 100644
--- a/reference/getCurrentOutputInfo.html
+++ b/reference/getCurrentOutputInfo.html
@@ -136,7 +136,7 @@ a list which includes:The name of the output (report
diff --git a/reference/getCurrentTheme.html b/reference/getCurrentTheme.html
index fbc978b45..a0baaa1d3 100644
--- a/reference/getCurrentTheme.html
+++ b/reference/getCurrentTheme.html
@@ -81,7 +81,7 @@ object, then this returns the theme. Otherwise, this returns
diff --git a/reference/getQueryString.html b/reference/getQueryString.html
index 541ef0cf0..984905450 100644
--- a/reference/getQueryString.html
+++ b/reference/getQueryString.html
@@ -160,7 +160,7 @@ to worry about this.
diff --git a/reference/headerPanel.html b/reference/headerPanel.html
index 52b5b666c..b58a66687 100644
--- a/reference/headerPanel.html
+++ b/reference/headerPanel.html
@@ -86,7 +86,7 @@ Useful if title is not a string.
diff --git a/reference/helpText.html b/reference/helpText.html
index 96fce32da..559a72a76 100644
--- a/reference/helpText.html
+++ b/reference/helpText.html
@@ -95,7 +95,7 @@ explanation or context.
diff --git a/reference/htmlOutput.html b/reference/htmlOutput.html
index 723c9764f..50a31e324 100644
--- a/reference/htmlOutput.html
+++ b/reference/htmlOutput.html
@@ -141,7 +141,7 @@ currently just an alias for htmlOutput.
diff --git a/reference/httpResponse.html b/reference/httpResponse.html
index a09117777..88af533cb 100644
--- a/reference/httpResponse.html
+++ b/reference/httpResponse.html
@@ -122,7 +122,7 @@ vector (will be encoded as UTF-8) or a raw vector.
diff --git a/reference/icon.html b/reference/icon.html
index bd8a62be8..a26e6ae6a 100644
--- a/reference/icon.html
+++ b/reference/icon.html
@@ -119,21 +119,21 @@ and #> <div class="navbar-header">
#> <span class="navbar-brand">App Title</span>
#> </div>
-#> <ul class="nav navbar-nav nav-underline" data-tabsetid="5232">
+#> <ul class="nav navbar-nav nav-underline" data-tabsetid="7485">
#> <li class="active">
-#> <a href="#tab-5232-1" data-toggle="tab" data-bs-toggle="tab" data-value="Plot">
+#> <a href="#tab-7485-1" data-toggle="tab" data-bs-toggle="tab" data-value="Plot">
#> <i aria-label="bar-chart-o icon" class="far fa-bar-chart-o fa-fw" role="presentation"></i>
#> Plot
#> </a>
#> </li>
#> <li>
-#> <a href="#tab-5232-2" data-toggle="tab" data-bs-toggle="tab" data-value="Summary">
+#> <a href="#tab-7485-2" data-toggle="tab" data-bs-toggle="tab" data-value="Summary">
#> <i aria-label="rectangle-list icon" class="far fa-rectangle-list fa-fw" role="presentation"></i>
#> Summary
#> </a>
#> </li>
#> <li>
-#> <a href="#tab-5232-3" data-toggle="tab" data-bs-toggle="tab" data-value="Table">
+#> <a href="#tab-7485-3" data-toggle="tab" data-bs-toggle="tab" data-value="Table">
#> <i aria-label="table icon" class="fas fa-table fa-fw" role="presentation"></i>
#> Table
#> </a>
@@ -142,10 +142,10 @@ and #> </div>
#> </nav>
#> <div class="container-fluid">
-#> <div class="tab-content" data-tabsetid="5232">
-#> <div class="tab-pane active" data-icon-class="far fa-bar-chart-o fa-fw" data-value="Plot" id="tab-5232-1"></div>
-#> <div class="tab-pane" data-value="Summary" data-icon-class="far fa-rectangle-list fa-fw" id="tab-5232-2"></div>
-#> <div class="tab-pane" data-value="Table" data-icon-class="fas fa-table fa-fw" id="tab-5232-3"></div>
+#> <div class="tab-content" data-tabsetid="7485">
+#> <div class="tab-pane active" data-icon-class="far fa-bar-chart-o fa-fw" data-value="Plot" id="tab-7485-1"></div>
+#> <div class="tab-pane" data-value="Summary" data-icon-class="far fa-rectangle-list fa-fw" id="tab-7485-2"></div>
+#> <div class="tab-pane" data-value="Table" data-icon-class="fas fa-table fa-fw" id="tab-7485-3"></div>
#> </div>
#> </div>
#> </body>
@@ -163,7 +163,7 @@ and
- Site built with pkgdown 2.1.1.
+ Site built with pkgdown 2.1.2.
diff --git a/reference/index.html b/reference/index.html
index c29c483e7..9d6c480a3 100644
--- a/reference/index.html
+++ b/reference/index.html
@@ -655,7 +655,7 @@
diff --git a/reference/inputPanel.html b/reference/inputPanel.html
index f829c9004..5f2ad8572 100644
--- a/reference/inputPanel.html
+++ b/reference/inputPanel.html
@@ -79,7 +79,7 @@ suitable for wrapping inputs.
diff --git a/reference/insertTab.html b/reference/insertTab.html
index 7ff21ce2b..a9f471ff4 100644
--- a/reference/insertTab.html
+++ b/reference/insertTab.html
@@ -241,7 +241,7 @@ this is equal to the value of the title argument).
diff --git a/reference/insertUI.html b/reference/insertUI.html
index 2a99b6390..b1a421634 100644
--- a/reference/insertUI.html
+++ b/reference/insertUI.html
@@ -213,7 +213,7 @@ through a jQuery selector can be removed through this function.
diff --git a/reference/invalidateLater.html b/reference/invalidateLater.html
index d297adb26..38da749ba 100644
--- a/reference/invalidateLater.html
+++ b/reference/invalidateLater.html
@@ -135,7 +135,7 @@ possible to stop this cycle by adding conditional logic that prevents the
diff --git a/reference/is.reactivevalues.html b/reference/is.reactivevalues.html
index 5c8b74344..e10ea713c 100644
--- a/reference/is.reactivevalues.html
+++ b/reference/is.reactivevalues.html
@@ -81,7 +81,7 @@
diff --git a/reference/isRunning.html b/reference/isRunning.html
index bd6575f74..6a4b58f91 100644
--- a/reference/isRunning.html
+++ b/reference/isRunning.html
@@ -74,7 +74,7 @@
diff --git a/reference/isTruthy.html b/reference/isTruthy.html
index 6fde74c62..ef8136578 100644
--- a/reference/isTruthy.html
+++ b/reference/isTruthy.html
@@ -102,7 +102,7 @@ a value of "", so that is considered a falsy value.
diff --git a/reference/isolate.html b/reference/isolate.html
index 0b001d701..065a6aa0e 100644
--- a/reference/isolate.html
+++ b/reference/isolate.html
@@ -146,7 +146,7 @@ calls to the reactive expression with isolate().
diff --git a/reference/knitr_methods.html b/reference/knitr_methods.html
index 2aeb2528e..9f96e1152 100644
--- a/reference/knitr_methods.html
+++ b/reference/knitr_methods.html
@@ -91,7 +91,7 @@ themselves in knitr/rmarkdown documents.
diff --git a/reference/loadSupport.html b/reference/loadSupport.html
index 41fe769e5..0af5775f3 100644
--- a/reference/loadSupport.html
+++ b/reference/loadSupport.html
@@ -110,7 +110,7 @@ breaking it, so after running your application, you should unset option with
diff --git a/reference/makeReactiveBinding.html b/reference/makeReactiveBinding.html
index 71b8e8d30..efed9c1e6 100644
--- a/reference/makeReactiveBinding.html
+++ b/reference/makeReactiveBinding.html
@@ -107,7 +107,7 @@ reactive variable (or NULL if the variable did not exist).
diff --git a/reference/markOutputAttrs.html b/reference/markOutputAttrs.html
index 15d07e26d..3dc9dc9e5 100644
--- a/reference/markOutputAttrs.html
+++ b/reference/markOutputAttrs.html
@@ -87,7 +87,7 @@ taking a test snapshot.
diff --git a/reference/markRenderFunction.html b/reference/markRenderFunction.html
index fb9d256a2..246cc4961 100644
--- a/reference/markRenderFunction.html
+++ b/reference/markRenderFunction.html
@@ -150,7 +150,7 @@ interface. There may be cases where markRenderFunction() must be us
diff --git a/reference/markdown.html b/reference/markdown.html
index 0f5ca480d..cd44e2a3e 100644
--- a/reference/markdown.html
+++ b/reference/markdown.html
@@ -135,7 +135,7 @@ arguments to markdown() are passed as arguments to markdown_h
diff --git a/reference/maskReactiveContext.html b/reference/maskReactiveContext.html
index aea7ac7b9..09d61efdd 100644
--- a/reference/maskReactiveContext.html
+++ b/reference/maskReactiveContext.html
@@ -91,7 +91,7 @@ default, an error).
diff --git a/reference/memoryCache.html b/reference/memoryCache.html
index d6b3c9470..49f33ed56 100644
--- a/reference/memoryCache.html
+++ b/reference/memoryCache.html
@@ -120,7 +120,7 @@ information will be written. To log to the console, use
- Site built with pkgdown 2.1.1.
+ Site built with pkgdown 2.1.2.
diff --git a/reference/modalDialog.html b/reference/modalDialog.html
index 6fc94673e..45603f81b 100644
--- a/reference/modalDialog.html
+++ b/reference/modalDialog.html
@@ -234,7 +234,7 @@ you could also use any other HTML, like an image.
diff --git a/reference/moduleServer.html b/reference/moduleServer.html
index aeac7f6e4..aa68ab7b3 100644
--- a/reference/moduleServer.html
+++ b/reference/moduleServer.html
@@ -182,7 +182,7 @@ to understand, and modules created with moduleServer can be tested
diff --git a/reference/navbarPage.html b/reference/navbarPage.html
index 0c6c744e3..6498f3ebb 100644
--- a/reference/navbarPage.html
+++ b/reference/navbarPage.html
@@ -207,24 +207,24 @@ example below).
#> <div class="navbar-header">
#> <span class="navbar-brand">App Title</span>
#> </div>
-#> <ul class="nav navbar-nav nav-underline" data-tabsetid="7725">
+#> <ul class="nav navbar-nav nav-underline" data-tabsetid="1131">
#> <li class="active">
-#> <a href="#tab-7725-1" data-toggle="tab" data-bs-toggle="tab" data-value="Plot">Plot</a>
+#> <a href="#tab-1131-1" data-toggle="tab" data-bs-toggle="tab" data-value="Plot">Plot</a>
#> </li>
#> <li>
-#> <a href="#tab-7725-2" data-toggle="tab" data-bs-toggle="tab" data-value="Summary">Summary</a>
+#> <a href="#tab-1131-2" data-toggle="tab" data-bs-toggle="tab" data-value="Summary">Summary</a>
#> </li>
#> <li>
-#> <a href="#tab-7725-3" data-toggle="tab" data-bs-toggle="tab" data-value="Table">Table</a>
+#> <a href="#tab-1131-3" data-toggle="tab" data-bs-toggle="tab" data-value="Table">Table</a>
#> </li>
#> </ul>
#> </div>
#> </nav>
#> <div class="container-fluid">
-#> <div class="tab-content" data-tabsetid="7725">
-#> <div class="tab-pane active" data-value="Plot" id="tab-7725-1"></div>
-#> <div class="tab-pane" data-value="Summary" id="tab-7725-2"></div>
-#> <div class="tab-pane" data-value="Table" id="tab-7725-3"></div>
+#> <div class="tab-content" data-tabsetid="1131">
+#> <div class="tab-pane active" data-value="Plot" id="tab-1131-1"></div>
+#> <div class="tab-pane" data-value="Summary" id="tab-1131-2"></div>
+#> <div class="tab-pane" data-value="Table" id="tab-1131-3"></div>
#> </div>
#> </div>
#> </body>
@@ -244,23 +244,23 @@ example below).
#> <div class="navbar-header">
#> <span class="navbar-brand">App Title</span>
#> </div>
-#> <ul class="nav navbar-nav nav-underline" data-tabsetid="7878">
+#> <ul class="nav navbar-nav nav-underline" data-tabsetid="7357">
#> <li class="active">
-#> <a href="#tab-7878-1" data-toggle="tab" data-bs-toggle="tab" data-value="Plot">Plot</a>
+#> <a href="#tab-7357-1" data-toggle="tab" data-bs-toggle="tab" data-value="Plot">Plot</a>
#> </li>
#> <li class="dropdown">
#> <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-bs-toggle="dropdown" data-value="More">
#> More
#> <b class="caret"></b>
#> </a>
-#> <ul class="dropdown-menu" data-tabsetid="9972">
+#> <ul class="dropdown-menu" data-tabsetid="8689">
#> <li>
-#> <a href="#tab-9972-1" data-toggle="tab" data-bs-toggle="tab" data-value="Summary">Summary</a>
+#> <a href="#tab-8689-1" data-toggle="tab" data-bs-toggle="tab" data-value="Summary">Summary</a>
#> </li>
#> <li class="divider"></li>
#> <li class="dropdown-header">Section header</li>
#> <li>
-#> <a href="#tab-9972-4" data-toggle="tab" data-bs-toggle="tab" data-value="Table">Table</a>
+#> <a href="#tab-8689-4" data-toggle="tab" data-bs-toggle="tab" data-value="Table">Table</a>
#> </li>
#> </ul>
#> </li>
@@ -268,10 +268,10 @@ example below).
#> </div>
#> </nav>
#> <div class="container-fluid">
-#> <div class="tab-content" data-tabsetid="7878">
-#> <div class="tab-pane active" data-value="Plot" id="tab-7878-1"></div>
-#> <div class="tab-pane" data-value="Summary" id="tab-9972-1"></div>
-#> <div class="tab-pane" data-value="Table" id="tab-9972-4"></div>
+#> <div class="tab-content" data-tabsetid="7357">
+#> <div class="tab-pane active" data-value="Plot" id="tab-7357-1"></div>
+#> <div class="tab-pane" data-value="Summary" id="tab-8689-1"></div>
+#> <div class="tab-pane" data-value="Table" id="tab-8689-4"></div>
#> </div>
#> </div>
#> </body>
@@ -289,7 +289,7 @@ example below).
diff --git a/reference/navlistPanel.html b/reference/navlistPanel.html
index 18d45eb74..1b15ffa4f 100644
--- a/reference/navlistPanel.html
+++ b/reference/navlistPanel.html
@@ -144,24 +144,24 @@ doesn't support separators.
#> <h2>Application Title</h2>
#> <div class="row">
#> <div class="col-sm-4 well">
-#> <ul class="nav nav-pills nav-stacked" data-tabsetid="5841">
+#> <ul class="nav nav-pills nav-stacked" data-tabsetid="3051">
#> <li class="navbar-brand">Header</li>
#> <li class="active">
-#> <a href="#tab-5841-2" data-toggle="tab" data-bs-toggle="tab" data-value="First">First</a>
+#> <a href="#tab-3051-2" data-toggle="tab" data-bs-toggle="tab" data-value="First">First</a>
#> </li>
#> <li>
-#> <a href="#tab-5841-3" data-toggle="tab" data-bs-toggle="tab" data-value="Second">Second</a>
+#> <a href="#tab-3051-3" data-toggle="tab" data-bs-toggle="tab" data-value="Second">Second</a>
#> </li>
#> <li>
-#> <a href="#tab-5841-4" data-toggle="tab" data-bs-toggle="tab" data-value="Third">Third</a>
+#> <a href="#tab-3051-4" data-toggle="tab" data-bs-toggle="tab" data-value="Third">Third</a>
#> </li>
#> </ul>
#> </div>
#> <div class="col-sm-8">
-#> <div class="tab-content" data-tabsetid="5841">
-#> <div class="tab-pane active" data-value="First" id="tab-5841-2"></div>
-#> <div class="tab-pane" data-value="Second" id="tab-5841-3"></div>
-#> <div class="tab-pane" data-value="Third" id="tab-5841-4"></div>
+#> <div class="tab-content" data-tabsetid="3051">
+#> <div class="tab-pane active" data-value="First" id="tab-3051-2"></div>
+#> <div class="tab-pane" data-value="Second" id="tab-3051-3"></div>
+#> <div class="tab-pane" data-value="Third" id="tab-3051-4"></div>
#> </div>
#> </div>
#> </div>
@@ -180,7 +180,7 @@ doesn't support separators.
diff --git a/reference/numericInput.html b/reference/numericInput.html
index 394845398..3755397ed 100644
--- a/reference/numericInput.html
+++ b/reference/numericInput.html
@@ -172,7 +172,7 @@ from the input), or when Enter is pressed (or Cmd/Ctrl + Enter for
diff --git a/reference/observe.html b/reference/observe.html
index 8939728b9..5047c15d6 100644
--- a/reference/observe.html
+++ b/reference/observe.html
@@ -216,7 +216,7 @@ session ends).
diff --git a/reference/observeEvent.html b/reference/observeEvent.html
index a95eef608..1f3f25963 100644
--- a/reference/observeEvent.html
+++ b/reference/observeEvent.html
@@ -398,7 +398,7 @@ created (because ignoreInit = TRUE). After that,
diff --git a/reference/onBookmark.html b/reference/onBookmark.html
index 5f9171b02..9d3cd17ba 100644
--- a/reference/onBookmark.html
+++ b/reference/onBookmark.html
@@ -286,7 +286,7 @@ module's inputs and values.
diff --git a/reference/onFlush.html b/reference/onFlush.html
index 0c32c4b44..02182fb40 100644
--- a/reference/onFlush.html
+++ b/reference/onFlush.html
@@ -184,7 +184,7 @@ invoked when the application exits, or when a session ends.
diff --git a/reference/onStop.html b/reference/onStop.html
index 3f97b7e4c..5881d99c9 100644
--- a/reference/onStop.html
+++ b/reference/onStop.html
@@ -154,7 +154,7 @@ the session level only.
diff --git a/reference/outputOptions.html b/reference/outputOptions.html
index 8ec4c363b..87cb74004 100644
--- a/reference/outputOptions.html
+++ b/reference/outputOptions.html
@@ -116,7 +116,7 @@ with higher priority values will execute before those with lower values.
diff --git a/reference/pageWithSidebar.html b/reference/pageWithSidebar.html
index 961b72b9b..44ba5014b 100644
--- a/reference/pageWithSidebar.html
+++ b/reference/pageWithSidebar.html
@@ -89,7 +89,7 @@
diff --git a/reference/parseQueryString.html b/reference/parseQueryString.html
index 887f9e738..b709808cf 100644
--- a/reference/parseQueryString.html
+++ b/reference/parseQueryString.html
@@ -119,7 +119,7 @@ list(i1 = list(j1 = 'x')), b = list(i1 = list(j1 = 'y'), i2 = list(j1 =
diff --git a/reference/passwordInput.html b/reference/passwordInput.html
index 5e8d141e8..cced3f2a5 100644
--- a/reference/passwordInput.html
+++ b/reference/passwordInput.html
@@ -168,7 +168,7 @@ unless value is provided.
diff --git a/reference/plotOutput.html b/reference/plotOutput.html
index 535ab0b18..f55d308eb 100644
--- a/reference/plotOutput.html
+++ b/reference/plotOutput.html
@@ -366,7 +366,7 @@ properly scaled to the data space.
diff --git a/reference/plotPNG.html b/reference/plotPNG.html
index 53986f33e..47e33e5c4 100644
--- a/reference/plotPNG.html
+++ b/reference/plotPNG.html
@@ -134,7 +134,7 @@ default width or height of the graphics device is used
diff --git a/reference/radioButtons.html b/reference/radioButtons.html
index 866856b54..696c9d617 100644
--- a/reference/radioButtons.html
+++ b/reference/radioButtons.html
@@ -214,7 +214,7 @@ having the first of your choices be c("None selected" = "").
diff --git a/reference/reactive.html b/reference/reactive.html
index 332955a3c..8fb852bb5 100644
--- a/reference/reactive.html
+++ b/reference/reactive.html
@@ -148,7 +148,7 @@ more information about reactive expressions.
isolate(reactiveC())
#> <quosure>
#> expr: ^values$A + 2
-#> env: 0x5618b1d473d8
+#> env: 0x55c5c3a21d60
# Instead, the quosure should be `rlang::inject()`ed
reactiveD <- rlang::inject(reactive(!!myquo))
@@ -177,7 +177,7 @@ more information about reactive expressions.
diff --git a/reference/reactiveConsole.html b/reference/reactiveConsole.html
index fa133ca15..8d4377080 100644
--- a/reference/reactiveConsole.html
+++ b/reference/reactiveConsole.html
@@ -91,7 +91,7 @@ at the console, for the purposes of experimentation and learning.
diff --git a/reference/reactiveFileReader.html b/reference/reactiveFileReader.html
index f238c5e27..8d60a9608 100644
--- a/reference/reactiveFileReader.html
+++ b/reference/reactiveFileReader.html
@@ -147,7 +147,7 @@ reactive values and reactive expressions.
diff --git a/reference/reactivePoll.html b/reference/reactivePoll.html
index 90b31db93..ae8361e48 100644
--- a/reference/reactivePoll.html
+++ b/reference/reactivePoll.html
@@ -153,7 +153,7 @@ values and reactive expressions.
#> data()
#> })
#> }
-#> <environment: 0x5618b0e392c0>
+#> <environment: 0x55c5c6931f68>
@@ -168,7 +168,7 @@ values and reactive expressions.
diff --git a/reference/reactiveTimer.html b/reference/reactiveTimer.html
index deead52fc..a8f19bd70 100644
--- a/reference/reactiveTimer.html
+++ b/reference/reactiveTimer.html
@@ -146,7 +146,7 @@ needed.
diff --git a/reference/reactiveVal.html b/reference/reactiveVal.html
index 18ae12a02..287dee557 100644
--- a/reference/reactiveVal.html
+++ b/reference/reactiveVal.html
@@ -157,7 +157,7 @@ use reactiveVal. See the Examples section for an illustration.
diff --git a/reference/reactiveValues.html b/reference/reactiveValues.html
index b2ade70b1..74b281287 100644
--- a/reference/reactiveValues.html
+++ b/reference/reactiveValues.html
@@ -121,7 +121,7 @@ these objects must be named.
diff --git a/reference/reactiveValuesToList.html b/reference/reactiveValuesToList.html
index 3234c14d5..1d82bc33d 100644
--- a/reference/reactiveValuesToList.html
+++ b/reference/reactiveValuesToList.html
@@ -104,7 +104,7 @@ dependencies on all the objects, you can wrap the call with
- Site built with pkgdown 2.1.1.
+ Site built with pkgdown 2.1.2.
diff --git a/reference/reactlog.html b/reference/reactlog.html
index 371680386..95340e921 100644
--- a/reference/reactlog.html
+++ b/reference/reactlog.html
@@ -141,7 +141,7 @@ than using your keyboard's key combination.
diff --git a/reference/reexports.html b/reference/reexports.html
index 84700f3f3..38f9b7be8 100644
--- a/reference/reexports.html
+++ b/reference/reexports.html
@@ -86,7 +86,7 @@ below to see their documentation.
diff --git a/reference/registerInputHandler.html b/reference/registerInputHandler.html
index c10743d15..0e2cced89 100644
--- a/reference/registerInputHandler.html
+++ b/reference/registerInputHandler.html
@@ -137,7 +137,7 @@ package's .onLoad() function.
diff --git a/reference/registerThemeDependency.html b/reference/registerThemeDependency.html
index a8f966675..5ccf650a8 100644
--- a/reference/registerThemeDependency.html
+++ b/reference/registerThemeDependency.html
@@ -92,7 +92,7 @@ tries to deduplicate them
diff --git a/reference/removeInputHandler.html b/reference/removeInputHandler.html
index b2ae442a0..7f1dc13ee 100644
--- a/reference/removeInputHandler.html
+++ b/reference/removeInputHandler.html
@@ -88,7 +88,7 @@ existed. Otherwise, NULL.
diff --git a/reference/renderCachedPlot.html b/reference/renderCachedPlot.html
index e7395c086..a2b858db0 100644
--- a/reference/renderCachedPlot.html
+++ b/reference/renderCachedPlot.html
@@ -327,7 +327,7 @@ function. It can be used with bindCache()
diff --git a/reference/renderDataTable.html b/reference/renderDataTable.html
index 03700c1ef..7fac40a3c 100644
--- a/reference/renderDataTable.html
+++ b/reference/renderDataTable.html
@@ -177,7 +177,7 @@ in an interactive R Markdown document.
diff --git a/reference/renderImage.html b/reference/renderImage.html
index 2635b8b5a..be2852dd3 100644
--- a/reference/renderImage.html
+++ b/reference/renderImage.html
@@ -207,7 +207,7 @@ the output, see plotPNG().
diff --git a/reference/renderPlot.html b/reference/renderPlot.html
index da22241be..068c7b06a 100644
--- a/reference/renderPlot.html
+++ b/reference/renderPlot.html
@@ -177,7 +177,7 @@ expedite the rendering of identical plots.
diff --git a/reference/renderPrint.html b/reference/renderPrint.html
index 8d7322245..48f6053dc 100644
--- a/reference/renderPrint.html
+++ b/reference/renderPrint.html
@@ -214,7 +214,7 @@ have the CSS class name shiny-text-output.
diff --git a/reference/renderTable.html b/reference/renderTable.html
index 0a2b21c35..3eedb5f46 100644
--- a/reference/renderTable.html
+++ b/reference/renderTable.html
@@ -204,7 +204,7 @@ used in an interactive R Markdown document.
diff --git a/reference/renderUI.html b/reference/renderUI.html
index b9c1378b7..7e76912a6 100644
--- a/reference/renderUI.html
+++ b/reference/renderUI.html
@@ -129,7 +129,7 @@ name shiny-html-output (or use uiOu
diff --git a/reference/repeatable.html b/reference/repeatable.html
index 69986b367..65b2948c9 100644
--- a/reference/repeatable.html
+++ b/reference/repeatable.html
@@ -109,7 +109,7 @@ current seed by snapshotting and restoring
diff --git a/reference/req.html b/reference/req.html
index 61ddcaaa5..69124c002 100644
--- a/reference/req.html
+++ b/reference/req.html
@@ -177,7 +177,7 @@ as a result of those calls. See the examples below for concrete scenarios.
diff --git a/reference/resourcePaths.html b/reference/resourcePaths.html
index 3de18ed3b..c9f61d0ce 100644
--- a/reference/resourcePaths.html
+++ b/reference/resourcePaths.html
@@ -124,7 +124,7 @@ supporting JavaScript/CSS files available to their components.
diff --git a/reference/restoreInput.html b/reference/restoreInput.html
index 1bd6a8a7f..cd4d09a7c 100644
--- a/reference/restoreInput.html
+++ b/reference/restoreInput.html
@@ -83,7 +83,7 @@ called early on inside of input functions (like t
diff --git a/reference/runApp.html b/reference/runApp.html
index 52c04b6f4..1415dd067 100644
--- a/reference/runApp.html
+++ b/reference/runApp.html
@@ -190,7 +190,7 @@ value that was hard-coded into Shiny in 0.8.0 and earlier).
diff --git a/reference/runExample.html b/reference/runExample.html
index 531aceb77..662c81fc3 100644
--- a/reference/runExample.html
+++ b/reference/runExample.html
@@ -141,7 +141,7 @@ on the Shiny website for more information.
diff --git a/reference/runGadget.html b/reference/runGadget.html
index 9a337f87a..79c759efb 100644
--- a/reference/runGadget.html
+++ b/reference/runGadget.html
@@ -131,7 +131,7 @@ is automatically created that handles input$cancel by calling
diff --git a/reference/runTests.html b/reference/runTests.html
index c6002013e..1e621756f 100644
--- a/reference/runTests.html
+++ b/reference/runTests.html
@@ -106,7 +106,7 @@ Please see shinyAppTemplate() f
diff --git a/reference/runUrl.html b/reference/runUrl.html
index 4b2bce00f..d6705facc 100644
--- a/reference/runUrl.html
+++ b/reference/runUrl.html
@@ -175,7 +175,7 @@ Defaults to "HEAD", which means the default branch on GitHub, typic
diff --git a/reference/safeError.html b/reference/safeError.html
index 6e8e78119..72ad6478b 100644
--- a/reference/safeError.html
+++ b/reference/safeError.html
@@ -153,7 +153,7 @@ error occurred.
diff --git a/reference/selectInput.html b/reference/selectInput.html
index fcfb36c42..fb59f7481 100644
--- a/reference/selectInput.html
+++ b/reference/selectInput.html
@@ -238,7 +238,7 @@ nothing is selected, this value will be NULL.
diff --git a/reference/serverInfo.html b/reference/serverInfo.html
index d5c77ca02..48e57ea82 100644
--- a/reference/serverInfo.html
+++ b/reference/serverInfo.html
@@ -84,7 +84,7 @@ version 1.2.2 or later.
diff --git a/reference/session.html b/reference/session.html
index b78148b29..e7a99bc71 100644
--- a/reference/session.html
+++ b/reference/session.html
@@ -265,7 +265,7 @@ removed).
diff --git a/reference/setBookmarkExclude.html b/reference/setBookmarkExclude.html
index 49845af04..76c5b9ca2 100644
--- a/reference/setBookmarkExclude.html
+++ b/reference/setBookmarkExclude.html
@@ -95,7 +95,7 @@ application.
diff --git a/reference/setSerializer.html b/reference/setSerializer.html
index f40970d9a..6c0fbf816 100644
--- a/reference/setSerializer.html
+++ b/reference/setSerializer.html
@@ -86,7 +86,7 @@ value. The returned value will be used for the test snapshot.
diff --git a/reference/shiny-package.html b/reference/shiny-package.html
index f8287f16d..52f2099d1 100644
--- a/reference/shiny-package.html
+++ b/reference/shiny-package.html
@@ -120,7 +120,7 @@ includes extensive annotated examples.
diff --git a/reference/shiny.appobj.html b/reference/shiny.appobj.html
index 519ddab0c..c6df3bb2a 100644
--- a/reference/shiny.appobj.html
+++ b/reference/shiny.appobj.html
@@ -98,7 +98,7 @@
diff --git a/reference/shinyApp.html b/reference/shinyApp.html
index 0b9cdc829..7d98aabc4 100644
--- a/reference/shinyApp.html
+++ b/reference/shinyApp.html
@@ -185,7 +185,7 @@ object to
- Site built with pkgdown 2.1.1.
+ Site built with pkgdown 2.1.2.
diff --git a/reference/shinyAppTemplate.html b/reference/shinyAppTemplate.html
index 7b0f46d71..e7428fade 100644
--- a/reference/shinyAppTemplate.html
+++ b/reference/shinyAppTemplate.html
@@ -138,7 +138,7 @@ snapshot-based testing.
diff --git a/reference/shinyDeprecated.html b/reference/shinyDeprecated.html
index 9b5b1c7b4..3575ab448 100644
--- a/reference/shinyDeprecated.html
+++ b/reference/shinyDeprecated.html
@@ -95,7 +95,7 @@
diff --git a/reference/shinyOptions.html b/reference/shinyOptions.html
index 0e39aaf9a..eca7781e2 100644
--- a/reference/shinyOptions.html
+++ b/reference/shinyOptions.html
@@ -287,7 +287,7 @@ used.
diff --git a/reference/shinyServer.html b/reference/shinyServer.html
index f58e5998f..54cddfc8a 100644
--- a/reference/shinyServer.html
+++ b/reference/shinyServer.html
@@ -135,7 +135,7 @@ for more information.
diff --git a/reference/shinyUI.html b/reference/shinyUI.html
index 84d93eef3..5dbc2c6c4 100644
--- a/reference/shinyUI.html
+++ b/reference/shinyUI.html
@@ -91,7 +91,7 @@ returns the value that is passed to it.
diff --git a/reference/showBookmarkUrlModal.html b/reference/showBookmarkUrlModal.html
index 94e4958b5..ea56c6fb4 100644
--- a/reference/showBookmarkUrlModal.html
+++ b/reference/showBookmarkUrlModal.html
@@ -85,7 +85,7 @@ or "server").
diff --git a/reference/showModal.html b/reference/showModal.html
index 68d16d48c..3fecc0f57 100644
--- a/reference/showModal.html
+++ b/reference/showModal.html
@@ -90,7 +90,7 @@ typically used with modalDialog().
diff --git a/reference/showNotification.html b/reference/showNotification.html
index 5f2e8c002..6a5626af7 100644
--- a/reference/showNotification.html
+++ b/reference/showNotification.html
@@ -173,7 +173,7 @@ notification if it exists, otherwise it will create a new one.
diff --git a/reference/showTab.html b/reference/showTab.html
index 17eb22511..a78296415 100644
--- a/reference/showTab.html
+++ b/reference/showTab.html
@@ -158,7 +158,7 @@ this is equal to the value of the title argument).
diff --git a/reference/sidebarLayout.html b/reference/sidebarLayout.html
index e892d98aa..a13c12b11 100644
--- a/reference/sidebarLayout.html
+++ b/reference/sidebarLayout.html
@@ -169,7 +169,7 @@ width must be 12 or less.
diff --git a/reference/sizeGrowthRatio.html b/reference/sizeGrowthRatio.html
index 70411391f..c975f7756 100644
--- a/reference/sizeGrowthRatio.html
+++ b/reference/sizeGrowthRatio.html
@@ -111,7 +111,7 @@ widths.
diff --git a/reference/sliderInput.html b/reference/sliderInput.html
index 7714b4983..8e72a0788 100644
--- a/reference/sliderInput.html
+++ b/reference/sliderInput.html
@@ -259,7 +259,7 @@ in the case of slider range, a vector of two numbers/dates/date-times.
diff --git a/reference/snapshotExclude.html b/reference/snapshotExclude.html
index 69fb2128f..98febe0a9 100644
--- a/reference/snapshotExclude.html
+++ b/reference/snapshotExclude.html
@@ -77,7 +77,7 @@
diff --git a/reference/snapshotPreprocessInput.html b/reference/snapshotPreprocessInput.html
index b2ae90c10..723654f37 100644
--- a/reference/snapshotPreprocessInput.html
+++ b/reference/snapshotPreprocessInput.html
@@ -86,7 +86,7 @@ value. The returned value will be used for the test snapshot.
diff --git a/reference/snapshotPreprocessOutput.html b/reference/snapshotPreprocessOutput.html
index 375c98b60..3b66dc19f 100644
--- a/reference/snapshotPreprocessOutput.html
+++ b/reference/snapshotPreprocessOutput.html
@@ -82,7 +82,7 @@ modified value. The returned value will be used for the test snapshot.
diff --git a/reference/splitLayout.html b/reference/splitLayout.html
index 8ec2880c7..0d1cc2eaf 100644
--- a/reference/splitLayout.html
+++ b/reference/splitLayout.html
@@ -144,7 +144,7 @@ of the layout.
diff --git a/reference/stacktrace.html b/reference/stacktrace.html
index 8be36e9fc..b8eef0ddf 100644
--- a/reference/stacktrace.html
+++ b/reference/stacktrace.html
@@ -226,7 +226,7 @@ value is less than 1 is hidden, and finally, the ..stacktraceon.. and
diff --git a/reference/stopApp.html b/reference/stopApp.html
index 9d917a37b..503688cd6 100644
--- a/reference/stopApp.html
+++ b/reference/stopApp.html
@@ -80,7 +80,7 @@ runApp().">