diff --git a/DESCRIPTION b/DESCRIPTION index ec1a425..4f2d6f0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -52,4 +52,4 @@ Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) -RoxygenNote: 7.3.2 +RoxygenNote: 7.3.3 diff --git a/NEWS.md b/NEWS.md index 0758a47..24389ac 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # shinylive (development version) -* Updated default shinylive assets to [v0.10.5](https://github.com/posit-dev/shinylive/releases/tag/v0.10.5). (#165) +* Updated default shinylive assets to [v0.10.6](https://github.com/posit-dev/shinylive/releases/tag/v0.10.6). (#165, #166) # shinylive 0.3.0 diff --git a/R/version.R b/R/version.R index 3bb5b03..3c6374a 100644 --- a/R/version.R +++ b/R/version.R @@ -1,4 +1,4 @@ # This is the version of the Shinylive assets to use. -SHINYLIVE_ASSETS_VERSION <- "0.10.5" +SHINYLIVE_ASSETS_VERSION <- "0.10.6" SHINYLIVE_R_VERSION <- as.character(utils::packageVersion("shinylive")) WEBR_R_VERSION <- "4.5.1" diff --git a/man/export.Rd b/man/export.Rd index 1754f73..69733ff 100644 --- a/man/export.Rd +++ b/man/export.Rd @@ -83,7 +83,7 @@ This function exports a Shiny app to a directory, which can then be served using \code{httpuv}. } \examples{ -\dontshow{if (rlang::is_interactive()) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} +\dontshow{if (rlang::is_interactive()) withAutoprint(\{ # examplesIf} app_dir <- system.file("examples", "01_hello", package = "shiny") out_dir <- tempfile("shinylive-export") diff --git a/man/shinylive-package.Rd b/man/shinylive-package.Rd index 5f149b3..196b2e9 100644 --- a/man/shinylive-package.Rd +++ b/man/shinylive-package.Rd @@ -29,7 +29,7 @@ Authors: Other contributors: \itemize{ - \item Posit Software, PBC (03wc8by49) [copyright holder, funder] + \item Posit Software, PBC (\href{https://ror.org/03wc8by49}{ROR}) [copyright holder, funder] } }