6
6
stable] ( https://img.shields.io/badge/lifecycle-stable-brightgreen.svg )] ( https://lifecycle.r-lib.org/articles/stages.html )
7
7
[ ![ R-CMD-check] ( https://github.com/ThinkR-open/golem/workflows/R-CMD-check/badge.svg )] ( https://github.com/ThinkR-open/golem/actions )
8
8
[ ![ 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 )
10
10
[ ![ CRAN
11
11
status] ( https://www.r-pkg.org/badges/version/golem )] ( https://cran.r-project.org/package=golem )
12
12
@@ -19,30 +19,34 @@ shiny applications.
19
19
20
20
## About
21
21
22
- You’re reading the doc about version : 0.4.0
22
+ You’re reading the doc about version : 0.4.1
23
23
24
24
This README has been compiled on the
25
25
26
26
``` r
27
27
Sys.time()
28
- # > [1] "2023-06-05 15:49:03 CEST"
28
+ # > [1] "2023-06-05 16:57:28 CEST"
29
29
```
30
30
31
31
Here are the test & coverage results :
32
32
33
33
``` r
34
34
devtools :: check(quiet = TRUE )
35
35
# > ℹ 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
38
38
# >
39
39
# > 0 errors ✔ | 0 warnings ✔ | 0 notes ✔
40
40
```
41
41
42
42
``` r
43
43
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%
45
47
# > R/addins.R: 0.00%
48
+ # > R/bootstrap_attachment.R: 0.00%
49
+ # > R/bootstrap_dockerfiler.R: 0.00%
46
50
# > R/bootstrap_rstudio_api.R: 0.00%
47
51
# > R/enable_roxygenize.R: 0.00%
48
52
# > R/get_sysreqs.R: 0.00%
@@ -59,9 +63,6 @@ covr::package_coverage()
59
63
# > R/use_recommended.R: 54.55%
60
64
# > R/bootstrap_desc.R: 55.56%
61
65
# > 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%
65
66
# > R/bootstrap_usethis.R: 76.56%
66
67
# > R/boostrap_fs.R: 77.78%
67
68
# > R/modules_fn.R: 80.00%
@@ -75,7 +76,6 @@ covr::package_coverage()
75
76
# > R/add_files.R: 92.31%
76
77
# > R/add_rstudio_files.R: 93.10%
77
78
# > R/golem-yaml-get.R: 93.18%
78
- # > R/add_dockerfiles_renv.R: 93.75%
79
79
# > R/boostrap_cli.R: 100.00%
80
80
# > R/boostrap_crayon.R: 100.00%
81
81
# > R/bootstrap_pkgload.R: 100.00%
0 commit comments