From 6807fdf85e258cb16cff9e35eedd0d4afca2cc7f Mon Sep 17 00:00:00 2001
From: cpsievert # symbol).
updateQueryString(_yourNewQueryString_, mode = "push"). The default
mode for updateQueryString is "replace", which doesn't
raise any events, so any observers or reactives that depend on it will
diff --git a/reference/icon.html b/reference/icon.html
index 543b08e22..d93240815 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="6748">
+#> <ul class="nav navbar-nav nav-underline" data-tabsetid="9422">
#> <li class="active">
-#> <a href="#tab-6748-1" data-toggle="tab" data-bs-toggle="tab" data-value="Plot">
+#> <a href="#tab-9422-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-6748-2" data-toggle="tab" data-bs-toggle="tab" data-value="Summary">
+#> <a href="#tab-9422-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-6748-3" data-toggle="tab" data-bs-toggle="tab" data-value="Table">
+#> <a href="#tab-9422-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="6748">
-#> <div class="tab-pane active" data-icon-class="far fa-bar-chart-o fa-fw" data-value="Plot" id="tab-6748-1"></div>
-#> <div class="tab-pane" data-value="Summary" data-icon-class="far fa-rectangle-list fa-fw" id="tab-6748-2"></div>
-#> <div class="tab-pane" data-value="Table" data-icon-class="fas fa-table fa-fw" id="tab-6748-3"></div>
+#> <div class="tab-content" data-tabsetid="9422">
+#> <div class="tab-pane active" data-icon-class="far fa-bar-chart-o fa-fw" data-value="Plot" id="tab-9422-1"></div>
+#> <div class="tab-pane" data-value="Summary" data-icon-class="far fa-rectangle-list fa-fw" id="tab-9422-2"></div>
+#> <div class="tab-pane" data-value="Table" data-icon-class="fas fa-table fa-fw" id="tab-9422-3"></div>
#> </div>
#> </div>
#> </body>
diff --git a/reference/memoryCache.html b/reference/memoryCache.html
index 95f5965e1..6164f06e5 100644
--- a/reference/memoryCache.html
+++ b/reference/memoryCache.html
@@ -69,7 +69,7 @@
Maximum size of the cache, in bytes. If the cache exceeds
this size, cached objects will be removed according to the value of the
-evict. Use Inf for no size limit. The default is 512 megabytes.
evict. Use Inf for no size limit. The default is 1 gigabyte.
You can use req(FALSE) (i.e. no condition) if you've already performed
all the checks you needed to by that point and just want to stop the reactive
-chain now. There is no advantange to this, except perhaps ease of readibility
+chain now. There is no advantage to this, except perhaps ease of readability
if you have a complicated condition to check for (or perhaps if you'd like to
divide your condition into nested if statements).
imageOutput or plotOutput in the app.
Sends a custom message to the web page. type must be a
single-element character vector giving the type of message, while
message can be any jsonlite-encodable value. Custom messages
-have no meaning to Shiny itself; they are used soley to convey information
+have no meaning to Shiny itself; they are used solely to convey information
to custom JavaScript logic in the browser. You can do this by adding
JavaScript code to the browser that calls
Shiny.addCustomMessageHandler(type, function(message){...})
diff --git a/reference/shinyOptions.html b/reference/shinyOptions.html
index ff0617a31..70544b4ad 100644
--- a/reference/shinyOptions.html
+++ b/reference/shinyOptions.html
@@ -180,7 +180,7 @@ production.
FALSE)If TRUE, then normal errors (i.e.
errors not wrapped in safeError) won't show up in the app; a simple
-generic error message is printed instead (the error and strack trace printed
+generic error message is printed instead (the error and stack trace printed
to the console remain unchanged). If you want to sanitize errors in general, but you DO want a
particular error e to get displayed to the user, then set this option
to TRUE and use stop(safeError(e)) for errors you want the
diff --git a/reference/shinyUI.html b/reference/shinyUI.html
index 2481aec6e..9b9014c97 100644
--- a/reference/shinyUI.html
+++ b/reference/shinyUI.html
@@ -69,7 +69,7 @@ returns the value that is passed to it.
A user interace definition
A user interface definition
tabsetPanel(type = "hidden"). S
)
#> <div class="col-sm-8" role="main">
#> <div class="tabbable">
-#> <ul class="nav nav-tabs" data-tabsetid="5908">
+#> <ul class="nav nav-tabs" data-tabsetid="4001">
#> <li class="active">
-#> <a href="#tab-5908-1" data-toggle="tab" data-bs-toggle="tab" data-value="Plot">Plot</a>
+#> <a href="#tab-4001-1" data-toggle="tab" data-bs-toggle="tab" data-value="Plot">Plot</a>
#> </li>
#> <li>
-#> <a href="#tab-5908-2" data-toggle="tab" data-bs-toggle="tab" data-value="Summary">Summary</a>
+#> <a href="#tab-4001-2" data-toggle="tab" data-bs-toggle="tab" data-value="Summary">Summary</a>
#> </li>
#> <li>
-#> <a href="#tab-5908-3" data-toggle="tab" data-bs-toggle="tab" data-value="Table">Table</a>
+#> <a href="#tab-4001-3" data-toggle="tab" data-bs-toggle="tab" data-value="Table">Table</a>
#> </li>
#> </ul>
-#> <div class="tab-content" data-tabsetid="5908">
-#> <div class="tab-pane active" data-value="Plot" id="tab-5908-1">
+#> <div class="tab-content" data-tabsetid="4001">
+#> <div class="tab-pane active" data-value="Plot" id="tab-4001-1">
#> <div class="shiny-plot-output html-fill-item" id="plot" style="width:100%;height:400px;"></div>
#> </div>
-#> <div class="tab-pane" data-value="Summary" id="tab-5908-2">
+#> <div class="tab-pane" data-value="Summary" id="tab-4001-2">
#> <pre class="shiny-text-output noplaceholder" id="summary"></pre>
#> </div>
-#> <div class="tab-pane" data-value="Table" id="tab-5908-3">
+#> <div class="tab-pane" data-value="Table" id="tab-4001-3">
#> <div id="table" class="shiny-html-output"></div>
#> </div>
#> </div>
diff --git a/reference/tabsetPanel.html b/reference/tabsetPanel.html
index 388e58aed..b0709d383 100644
--- a/reference/tabsetPanel.html
+++ b/reference/tabsetPanel.html
@@ -137,25 +137,25 @@ tabPanels
)
#> <div class="col-sm-8" role="main">
#> <div class="tabbable">
-#> <ul class="nav nav-tabs" data-tabsetid="7121">
+#> <ul class="nav nav-tabs" data-tabsetid="4119">
#> <li class="active">
-#> <a href="#tab-7121-1" data-toggle="tab" data-bs-toggle="tab" data-value="Plot">Plot</a>
+#> <a href="#tab-4119-1" data-toggle="tab" data-bs-toggle="tab" data-value="Plot">Plot</a>
#> </li>
#> <li>
-#> <a href="#tab-7121-2" data-toggle="tab" data-bs-toggle="tab" data-value="Summary">Summary</a>
+#> <a href="#tab-4119-2" data-toggle="tab" data-bs-toggle="tab" data-value="Summary">Summary</a>
#> </li>
#> <li>
-#> <a href="#tab-7121-3" data-toggle="tab" data-bs-toggle="tab" data-value="Table">Table</a>
+#> <a href="#tab-4119-3" data-toggle="tab" data-bs-toggle="tab" data-value="Table">Table</a>
#> </li>
#> </ul>
-#> <div class="tab-content" data-tabsetid="7121">
-#> <div class="tab-pane active" data-value="Plot" id="tab-7121-1">
+#> <div class="tab-content" data-tabsetid="4119">
+#> <div class="tab-pane active" data-value="Plot" id="tab-4119-1">
#> <div class="shiny-plot-output html-fill-item" id="plot" style="width:100%;height:400px;"></div>
#> </div>
-#> <div class="tab-pane" data-value="Summary" id="tab-7121-2">
+#> <div class="tab-pane" data-value="Summary" id="tab-4119-2">
#> <pre class="shiny-text-output noplaceholder" id="summary"></pre>
#> </div>
-#> <div class="tab-pane" data-value="Table" id="tab-7121-3">
+#> <div class="tab-pane" data-value="Table" id="tab-4119-3">
#> <div id="table" class="shiny-html-output"></div>
#> </div>
#> </div>
diff --git a/reference/updateActionButton.html b/reference/updateActionButton.html
index ba9b3642b..0bfcb1c56 100644
--- a/reference/updateActionButton.html
+++ b/reference/updateActionButton.html
@@ -139,13 +139,13 @@ can be cleared by using selected=character(0).
label = "New label",
icon = icon("calendar"))
- # Leaves goButton2's label unchaged and
+ # Leaves goButton2's label unchanged and
# removes its icon
updateActionButton(session, "goButton2",
icon = character(0))
# Leaves goButton3's icon, if it exists,
- # unchaged and changes its label
+ # unchanged and changes its label
updateActionButton(session, "goButton3",
label = "New label 3")