Skip to content

Commit

Permalink
doc: redoc
Browse files Browse the repository at this point in the history
ColinFay committed Nov 17, 2023
1 parent 0aba700 commit 79c3517
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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")),
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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)
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -106,22 +106,23 @@ 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:

``` 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 ✔
```
1 change: 1 addition & 0 deletions man/golem.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 79c3517

Please sign in to comment.