Generate badges
data-pipelines
Structure
- Code: openpharma/generate_badges
- Rendered run: rinpharma.github.io/data-pipelines/
- Output: Direct links below. Stored in gh-pages branch
Rebuilding
This data (and this page) rebuild automatically based on the CRON schedule specified in the github action.
Run the pipeline with targets::tar_make()
Check the pipeline with targets::tar_manifest(fields = all_of("command"))
Visualise the pipeline with targets::tar_visnetwork()
Output
The current files are available
::read_parquet(
arrow"https://openpharma.github.io/generate_badges/output/data.parquet"
|>
) ::glimpse() dplyr
Rows: 40
Columns: 5
$ name <chr> "admiral", "admiralonco", "admiralophtha", "admiral…
$ repo <chr> "pharmaverse/admiral", "pharmaverse/admiralonco", "…
$ badge_cran <chr> "1.1.1", "1.1.0", "1.1.0", "0.1.0", "0.3.0", NA, NA…
$ badge_contributors <int> 80, 22, 21, 11, 17, 7, 15, 11, 12, 27, 4, 9, 3, 6, …
$ badge_stars <int> 224, 31, 15, 13, 6, 9, 42, 33, 15, 11, 21, 13, 14, …