diff --git a/DESCRIPTION b/DESCRIPTION index ddc92112..e4858652 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: golem Title: A Framework for Robust Shiny Applications -Version: 0.4.16 +Version: 0.4.17 Authors@R: c( person("Colin", "Fay", , "contact@colinfay.me", role = c("cre", "aut"), comment = c(ORCID = "0000-0001-7343-1846")), diff --git a/NEWS.md b/NEWS.md index 5ea5dbdf..c9fece3f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -42,6 +42,8 @@ + Adding `writeManifest()` to `deploy.R` (#1063, @ilyaZar) ++ `use_git()` is now at the bottom of 01_dev.R ((#1094, @ilyaZar)) + ## Bug fix + `use_{internal,external}_XXX_file()` function family works with default missing `name` argument (#1060, @ilyaZar) diff --git a/README.md b/README.md index c1fb515a..87feead5 100644 --- a/README.md +++ b/README.md @@ -106,13 +106,13 @@ You can also find apps at: ## About -You’re reading the doc about version: 0.4.16 +You’re reading the doc about version: 0.4.17 This `README` has been compiled on the ``` r Sys.time() -#> [1] "2023-10-11 10:56:39 CEST" +#> [1] "2023-10-13 08:33:05 CEST" ``` Here are the test & coverage results: @@ -120,8 +120,9 @@ Here are the test & coverage results: ``` r devtools::check(quiet = TRUE) #> ℹ Loading golem -#> ── R CMD check results ─────────────────────────────────────── golem 0.4.16 ──── -#> Duration: 1m 12.7s +#> Writing 'golem.Rd' +#> ── R CMD check results ─────────────────────────────────────── golem 0.4.17 ──── +#> Duration: 10m 17.3s #> #> 0 errors ✔ | 0 warnings ✔ | 0 notes ✔ ``` diff --git a/man/golem.Rd b/man/golem.Rd index 225e04c1..f7ec480a 100644 --- a/man/golem.Rd +++ b/man/golem.Rd @@ -11,6 +11,7 @@ Read more about building big shiny apps at \url{https://engineering-shiny.org/}. \seealso{ Useful links: \itemize{ + \item \url{https://thinkr-open.github.io/golem/} \item \url{https://github.com/ThinkR-open/golem} \item Report bugs at \url{https://github.com/ThinkR-open/golem/issues} }