Skip to content

Commit

Permalink
Re-build README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinFay committed Aug 7, 2024
1 parent 1862991 commit f4795fa
Show file tree
Hide file tree
Showing 2 changed files with 5 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.5.0
Version: 0.5.1
Authors@R: c(
person("Colin", "Fay", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0001-7343-1846")),
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,19 +103,19 @@ You can also find apps at:

## About

You’re reading the doc about version: 0.4.26
You’re reading the doc about version: 0.5.1

This `README` has been compiled on the

Sys.time()
#> [1] "2024-08-07 14:06:07 UTC"
#> [1] "2024-08-07 15:53:45 UTC"

Here are the test & coverage results:

devtools::check(quiet = TRUE)
#> ℹ Loading golem
#> ── R CMD check results ─────────────────────────────────────── golem 0.4.26 ────
#> Duration: 55.4s
#> ── R CMD check results ─────────────────────────────────────── golem 0.5.1 ────
#> Duration: 49.6s
#>
#> 0 errors ✔ | 0 warnings ✔ | 0 notes ✔

Expand Down

0 comments on commit f4795fa

Please sign in to comment.