55[ ![ Lifecycle:
66stable] ( 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 )
77[ ![ Coverage
8- status] ( https://codecov.io/gh/ThinkR-open/golem/branch/HEAD /graph/badge.svg )] ( https://app.codecov.io/github/ThinkR-open/golem/tree/HEAD ) [ ![ CRAN
8+ status] ( https://codecov.io/gh/ThinkR-open/golem/branch/master /graph/badge.svg )] ( https://app.codecov.io/github/ThinkR-open/golem/tree/master ) [ ![ CRAN
99status] ( https://www.r-pkg.org/badges/version/golem )] ( https://cran.r-project.org/package=golem )
1010
1111<!-- badges: end -->
1212
1313# {golem} <img src =" https://raw.githubusercontent.com/ThinkR-open/golem/master/inst/rstudio/templates/project/golem.png " align =" right " width =" 120 " />
1414
15- > You’re reading the doc about version: 0.5.1.9005 . Note that ` {golem} `
15+ > You’re reading the doc about version: 0.5.1.9011 . Note that ` {golem} `
1616> follows the [ semantic versioning] ( https://semver.org/ ) scheme.
1717
1818Production-grade ` {shiny} ` applications, from creation to deployment.
@@ -82,17 +82,16 @@ This `README` has been compiled on the
8282
8383``` r
8484Sys.time()
85- # > [1] "2025-05-02 13:39:15 UTC "
85+ # > [1] "2025-05-30 15:24:30 CEST "
8686```
8787
8888Here are the test & coverage results:
8989
9090``` r
9191devtools :: check(quiet = TRUE )
9292# > ℹ Loading golem
93- # > Writing 'use_files.Rd'
94- # > ── R CMD check results ─────────────────────────────────── golem 0.5.1.9005 ────
95- # > Duration: 1m 20.5s
93+ # > ── R CMD check results ─────────────────────────────────── golem 0.5.1.9011 ────
94+ # > Duration: 52.7s
9695# >
9796# > ❯ checking for future file timestamps ... NOTE
9897# > unable to verify current time
@@ -103,42 +102,41 @@ devtools::check(quiet = TRUE)
103102``` r
104103Sys.setenv(" NOT_CRAN" = TRUE )
105104covr :: package_coverage()
106- # > golem Coverage: 86.93 %
105+ # > golem Coverage: 88.56 %
107106# > R/boostrap_base.R: 0.00%
108107# > R/bootstrap_attachment.R: 0.00%
109108# > R/bootstrap_pkgload.R: 0.00%
110109# > R/bootstrap_roxygen2.R: 0.00%
111110# > R/bootstrap_rstudio_api.R: 0.00%
112111# > R/bootstrap_testthat.R: 0.00%
113112# > R/bootstrap_dockerfiler.R: 23.33%
114- # > R/bootstrap_usethis.R: 36.36%
115113# > R/test_helpers.R: 47.37%
116114# > R/bootstrap_desc.R: 55.56%
117- # > R/addins.R: 66.67%
118- # > R/cli_msg.R: 73.97%
119- # > R/modules_fn.R: 75.25%
120- # > R/add_rstudio_files.R: 77.45%
115+ # > R/cli_msg.R: 75.64%
116+ # > R/modules_fn.R: 76.44%
121117# > R/install_dev_deps.R: 78.26%
122- # > R/add_r_files.R: 78.30%
123- # > R/config.R: 79.23%
124- # > R/reload.R: 84.69%
125- # > R/disable_autoload.R: 85.00%
126- # > R/add_dockerfiles.R: 87.10%
127- # > R/sanity_check.R: 87.18%
118+ # > R/addins.R: 78.65%
119+ # > R/add_r_files.R: 78.79%
120+ # > R/config.R: 80.29%
121+ # > R/add_rstudio_files.R: 80.82%
122+ # > R/bootstrap_usethis.R: 85.45%
123+ # > R/disable_autoload.R: 88.00%
124+ # > R/reload.R: 88.64%
125+ # > R/sanity_check.R: 88.64%
126+ # > R/add_dockerfiles.R: 89.61%
127+ # > R/add_dockerfiles_renv.R: 89.68%
128128# > R/make_dev.R: 90.00%
129- # > R/use_favicon.R: 90.32%
130- # > R/use_files_internal.R: 90.91%
131- # > R/add_dockerfiles_renv.R: 91.90%
132- # > R/golem-yaml-get.R: 93.18%
129+ # > R/use_favicon.R: 90.82%
133130# > R/js.R: 93.75%
134- # > R/add_files.R: 94.71%
135- # > R/run_dev.R: 95.65%
131+ # > R/use_files_internal.R: 93.75%
132+ # > R/use_recommended.R: 94.34%
133+ # > R/add_files.R: 95.15%
136134# > R/create_golem.R: 95.86%
137135# > R/boostrap_cli.R: 96.43%
138- # > R/desc .R: 96.77%
139- # > R/use_recommended .R: 97.30 %
140- # > R/use_utils.R: 97.40 %
141- # > R/utils.R: 99.21 %
136+ # > R/run_dev .R: 96.77%
137+ # > R/desc .R: 96.84 %
138+ # > R/use_utils.R: 98.04 %
139+ # > R/utils.R: 99.32 %
142140# > R/add_resource_path.R: 100.00%
143141# > R/boostrap_crayon.R: 100.00%
144142# > R/boostrap_fs.R: 100.00%
@@ -149,6 +147,7 @@ covr::package_coverage()
149147# > R/get_sysreqs.R: 100.00%
150148# > R/globals.R: 100.00%
151149# > R/golem_welcome_page.R: 100.00%
150+ # > R/golem-yaml-get.R: 100.00%
152151# > R/golem-yaml-set.R: 100.00%
153152# > R/golem-yaml-utils.R: 100.00%
154153# > R/is_golem.R: 100.00%
0 commit comments