diff --git a/DESCRIPTION b/DESCRIPTION index ef1e936a..df0cad8b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: golem Title: A Framework for Robust Shiny Applications -Version: 0.4.0 +Version: 0.4.1 Authors@R: c( person("Colin", "Fay", , "contact@colinfay.me", role = c("cre", "aut"), comment = c(ORCID = "0000-0001-7343-1846")), diff --git a/README.Rmd b/README.Rmd index 6fcea973..6f1b13bd 100644 --- a/README.Rmd +++ b/README.Rmd @@ -17,7 +17,7 @@ knitr::opts_chunk$set( -[![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) +[![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) diff --git a/README.md b/README.md index 4857a9a7..4ab32666 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ 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) +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) @@ -19,13 +19,13 @@ shiny applications. ## About -You’re reading the doc about version : 0.4.0 +You’re reading the doc about version : 0.4.1 This README has been compiled on the ``` r Sys.time() -#> [1] "2023-06-05 15:49:03 CEST" +#> [1] "2023-06-05 16:57:28 CEST" ``` Here are the test & coverage results : @@ -33,16 +33,20 @@ Here are the test & coverage results : ``` r devtools::check(quiet = TRUE) #> ℹ Loading golem -#> ── R CMD check results ──────────────────────────────────────── golem 0.4.0 ──── -#> Duration: 1m 20.5s +#> ── R CMD check results ──────────────────────────────────────── golem 0.4.1 ──── +#> Duration: 1m 18.7s #> #> 0 errors ✔ | 0 warnings ✔ | 0 notes ✔ ``` ``` r covr::package_coverage() -#> golem Coverage: 68.42% +#> golem Coverage: 58.99% +#> R/add_dockerfiles_renv.R: 0.00% +#> R/add_dockerfiles.R: 0.00% #> R/addins.R: 0.00% +#> R/bootstrap_attachment.R: 0.00% +#> R/bootstrap_dockerfiler.R: 0.00% #> R/bootstrap_rstudio_api.R: 0.00% #> R/enable_roxygenize.R: 0.00% #> R/get_sysreqs.R: 0.00% @@ -59,9 +63,6 @@ covr::package_coverage() #> R/use_recommended.R: 54.55% #> R/bootstrap_desc.R: 55.56% #> R/install_dev_deps.R: 57.14% -#> R/bootstrap_attachment.R: 61.54% -#> R/bootstrap_dockerfiler.R: 63.33% -#> R/add_dockerfiles.R: 74.19% #> R/bootstrap_usethis.R: 76.56% #> R/boostrap_fs.R: 77.78% #> R/modules_fn.R: 80.00% @@ -75,7 +76,6 @@ covr::package_coverage() #> R/add_files.R: 92.31% #> R/add_rstudio_files.R: 93.10% #> R/golem-yaml-get.R: 93.18% -#> R/add_dockerfiles_renv.R: 93.75% #> R/boostrap_cli.R: 100.00% #> R/boostrap_crayon.R: 100.00% #> R/bootstrap_pkgload.R: 100.00%