Skip to content

Commit 178588d

Browse files
committed
chore: desc update & version bump
1 parent 2a9c3e6 commit 178588d

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: golem
22
Title: A Framework for Robust Shiny Applications
3-
Version: 0.4.0
3+
Version: 0.4.1
44
Authors@R: c(
55
person("Colin", "Fay", , "[email protected]", role = c("cre", "aut"),
66
comment = c(ORCID = "0000-0001-7343-1846")),

README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ knitr::opts_chunk$set(
1717

1818
<!-- badges: start -->
1919

20-
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html) [![R-CMD-check](https://github.com/ThinkR-open/golem/workflows/R-CMD-check/badge.svg)](https://github.com/ThinkR-open/golem/actions) [![Coverage status](https://codecov.io/gh/ThinkR-open/golem/branch/master/graph/badge.svg)](https://codecov.io/github/ThinkR-open/golem?branch=master) [![CRAN status](https://www.r-pkg.org/badges/version/golem)](https://cran.r-project.org/package=golem)
20+
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html) [![R-CMD-check](https://github.com/ThinkR-open/golem/workflows/R-CMD-check/badge.svg)](https://github.com/ThinkR-open/golem/actions) [![Coverage status](https://codecov.io/gh/ThinkR-open/golem/branch/master/graph/badge.svg)](https://app.codecov.io/github/ThinkR-open/golem?branch=master) [![CRAN status](https://www.r-pkg.org/badges/version/golem)](https://cran.r-project.org/package=golem)
2121

2222
<!-- badges: end -->
2323

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)
77
[![R-CMD-check](https://github.com/ThinkR-open/golem/workflows/R-CMD-check/badge.svg)](https://github.com/ThinkR-open/golem/actions)
88
[![Coverage
9-
status](https://codecov.io/gh/ThinkR-open/golem/branch/master/graph/badge.svg)](https://codecov.io/github/ThinkR-open/golem?branch=master)
9+
status](https://codecov.io/gh/ThinkR-open/golem/branch/master/graph/badge.svg)](https://app.codecov.io/github/ThinkR-open/golem?branch=master)
1010
[![CRAN
1111
status](https://www.r-pkg.org/badges/version/golem)](https://cran.r-project.org/package=golem)
1212

@@ -19,30 +19,34 @@ shiny applications.
1919

2020
## About
2121

22-
You’re reading the doc about version : 0.4.0
22+
You’re reading the doc about version : 0.4.1
2323

2424
This README has been compiled on the
2525

2626
``` r
2727
Sys.time()
28-
#> [1] "2023-06-05 15:49:03 CEST"
28+
#> [1] "2023-06-05 16:57:28 CEST"
2929
```
3030

3131
Here are the test & coverage results :
3232

3333
``` r
3434
devtools::check(quiet = TRUE)
3535
#> ℹ Loading golem
36-
#> ── R CMD check results ──────────────────────────────────────── golem 0.4.0 ────
37-
#> Duration: 1m 20.5s
36+
#> ── R CMD check results ──────────────────────────────────────── golem 0.4.1 ────
37+
#> Duration: 1m 18.7s
3838
#>
3939
#> 0 errors ✔ | 0 warnings ✔ | 0 notes ✔
4040
```
4141

4242
``` r
4343
covr::package_coverage()
44-
#> golem Coverage: 68.42%
44+
#> golem Coverage: 58.99%
45+
#> R/add_dockerfiles_renv.R: 0.00%
46+
#> R/add_dockerfiles.R: 0.00%
4547
#> R/addins.R: 0.00%
48+
#> R/bootstrap_attachment.R: 0.00%
49+
#> R/bootstrap_dockerfiler.R: 0.00%
4650
#> R/bootstrap_rstudio_api.R: 0.00%
4751
#> R/enable_roxygenize.R: 0.00%
4852
#> R/get_sysreqs.R: 0.00%
@@ -59,9 +63,6 @@ covr::package_coverage()
5963
#> R/use_recommended.R: 54.55%
6064
#> R/bootstrap_desc.R: 55.56%
6165
#> R/install_dev_deps.R: 57.14%
62-
#> R/bootstrap_attachment.R: 61.54%
63-
#> R/bootstrap_dockerfiler.R: 63.33%
64-
#> R/add_dockerfiles.R: 74.19%
6566
#> R/bootstrap_usethis.R: 76.56%
6667
#> R/boostrap_fs.R: 77.78%
6768
#> R/modules_fn.R: 80.00%
@@ -75,7 +76,6 @@ covr::package_coverage()
7576
#> R/add_files.R: 92.31%
7677
#> R/add_rstudio_files.R: 93.10%
7778
#> R/golem-yaml-get.R: 93.18%
78-
#> R/add_dockerfiles_renv.R: 93.75%
7979
#> R/boostrap_cli.R: 100.00%
8080
#> R/boostrap_crayon.R: 100.00%
8181
#> R/bootstrap_pkgload.R: 100.00%

0 commit comments

Comments
 (0)