Skip to content

Commit

Permalink
added a bit of text
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues committed Feb 22, 2024
1 parent ae84a85 commit 3c31d2f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
List of failed R packages builds on Hydra with rank of packages added (thanks to {packageRank})

https://raw.githack.com/b-rodrigues/nixpkgs-r-updates-fails/targets-runs/output/r-updates-fails.html

The action generating the website runs each day at midnight. Do check the original on Hydra,
because Bioconductor packages are not listed, nor packages for which somehow {packageRank}
can't find a ranking.
8 changes: 7 additions & 1 deletion r-updates-fails.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@ results_df <- subset(results_table_with_rank$package.data,
```

The table below can be found at `r last_jobset_url`, but here it includes the rank of the package
as computed by the `{packageRank}` package:
as computed by the `{packageRank}` package, as well as a link to the PR to fix the build
if it has been opened. For now, a package that doesn't build because one of its dependencies
is broken is not linked to its dependency's open PR.

The action generating the website runs each day at midnight. Do check the original on Hydra,
because Bioconductor packages are not listed, nor packages for which somehow {packageRank}
can't find a ranking.

```{r, echo = FALSE}
targets::tar_load(failing_jobs)
Expand Down

0 comments on commit 3c31d2f

Please sign in to comment.