Hide "Loading metadata database" progress bar using `pkg.show_progress` option
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 55/100
Research direction
Inspect R/metadata-cache.R lines 607-615 and compare them with the progress handling in R/progress-bar.R line 7. Confirm how pkg.show_progress is used elsewhere, then ensure the “Loading metadata database” progress bar follows that option. Done means the bar can be enabled or disabled consistently with the other progress bars.
Written by the indexing model from the issue text.
Description
Even if it's not documented - many packages make use of pkg.show_progress option to enable/disable progress bars. This package is no exception and it is used e.g. here:
https://github.com/r-lib/pkgcache/blob/42e824939482c87b6216dfe30b7542a6e2e06d0f/R/progress-bar.R#L7
But unfortunately not everywhere and there is one little guy that still does not use it:
https://github.com/r-lib/pkgcache/blob/42e824939482c87b6216dfe30b7542a6e2e06d0f/R/metadata-cache.R#L607-L615
- Dominant language
- R
- Stars
- 30
- Forks
- 19
- Avg merge
- 4d 19h
- Merged PRs (30d)
- 1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from r-lib/pkgcache
-
`pkgcache:::is_ppm_linux_repo_url()` does not recognize manylinux_2_28 as a valid binary distro Open
Difficulty 1/5 Under an hour Newbie friendliness 82/100
-
Difficulty 4/5 3-5 days Newbie friendliness 32/100
-
upkeep
Difficulty 4/5 3-5 days Newbie friendliness 25/100
-
feature
Difficulty 4/5 3-5 days Newbie friendliness 35/100
-
feature
Difficulty 3/5 1-2 days Newbie friendliness 20/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
r-lib/pkgdepends#485 · 3 comments ·
-
Difficulty 1/5 Under an hour Newbie friendliness 92/100
-
beginners blocker
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enviPathR OpenBuild Error Build OK Build Warning policies-accepted pre-review precheck-passed
Difficulty 1/5 Under an hour Newbie friendliness 84/100
Bioconductor/BiocContributions#207 · 6 comments ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
datacarpentry/semester-biology#1255 ·