Skip to content

Commit

Permalink
chore: version bump & news update
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinFay committed May 26, 2023
1 parent 50e3e4d commit 58a30e5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 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.11
Version: 0.4.12
Authors@R: c(
person("Colin", "Fay", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0001-7343-1846")),
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@

## Internal changes

+ All functions that requires to get a path now rely on get_golem_wd() (#1016, @ilyaZar)

# 0.4.0

## New functions
Expand Down
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,30 +19,29 @@ shiny applications.

## About

You’re reading the doc about version : 0.4.11
You’re reading the doc about version : 0.4.12

This README has been compiled on the

``` r
Sys.time()
#> [1] "2023-05-24 21:48:17 CEST"
#> [1] "2023-05-26 12:18:27 CEST"
```

Here are the test & coverage results :

``` r
devtools::check(quiet = TRUE)
#> ℹ Loading golem
#> Writing 'fill_desc.Rd'
#> ── R CMD check results ─────────────────────────────────────── golem 0.4.11 ────
#> Duration: 2m 16.3s
#> ── R CMD check results ─────────────────────────────────────── golem 0.4.12 ────
#> Duration: 1m 32.1s
#>
#> 0 errors ✔ | 0 warnings ✔ | 0 notes ✔
```

``` r
covr::package_coverage()
#> golem Coverage: 69.40%
#> golem Coverage: 69.41%
#> R/addins.R: 0.00%
#> R/bootstrap_rstudio_api.R: 0.00%
#> R/enable_roxygenize.R: 0.00%
Expand Down Expand Up @@ -77,7 +76,7 @@ covr::package_coverage()
#> R/add_rstudio_files.R: 93.10%
#> R/golem-yaml-get.R: 93.18%
#> R/add_dockerfiles_renv.R: 93.75%
#> R/desc.R: 96.51%
#> R/desc.R: 96.55%
#> R/use_readme.R: 97.14%
#> R/boostrap_cli.R: 100.00%
#> R/boostrap_crayon.R: 100.00%
Expand Down

0 comments on commit 58a30e5

Please sign in to comment.