From 3af7da11f030af02f728b2f28c4cc87058624bf3 Mon Sep 17 00:00:00 2001 From: Jon Harmon Date: Thu, 7 Nov 2024 13:22:35 -0600 Subject: [PATCH] Declare language. (#61) --- DESCRIPTION | 5 +++-- _pkgdown.yml | 6 ++++-- man/scenes-package.Rd | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index bb2ad37..6481ca9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -9,7 +9,7 @@ Description: Sometimes it is useful to serve up alternative 'shiny' UIs value of a cookie or a query parameter. This packages facilitates such switches. License: MIT + file LICENSE -URL: https://scenes.shinyworks.org/scenes/, +URL: https://scenes.shinyworks.org/, https://github.com/shinyworks/scenes BugReports: https://github.com/shinyworks/scenes/issues Imports: @@ -30,5 +30,6 @@ VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 +Language: en-US Roxygen: list(markdown = TRUE) -RoxygenNote: 7.3.0 +RoxygenNote: 7.3.2 diff --git a/_pkgdown.yml b/_pkgdown.yml index a29ed2d..56f9d10 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -1,4 +1,6 @@ -url: https://shinyworks.github.io/scenes/ +url: https://scenes.shinyworks.org/ template: bootstrap: 5 - +development: + mode: auto +lang: en-US diff --git a/man/scenes-package.Rd b/man/scenes-package.Rd index 5612e5c..9e1b92b 100644 --- a/man/scenes-package.Rd +++ b/man/scenes-package.Rd @@ -13,7 +13,7 @@ Sometimes it is useful to serve up alternative 'shiny' UIs depending on informat \seealso{ Useful links: \itemize{ - \item \url{https://scenes.shinyworks.org/scenes/} + \item \url{https://scenes.shinyworks.org/} \item \url{https://github.com/shinyworks/scenes} \item Report bugs at \url{https://github.com/shinyworks/scenes/issues} }