Skip to content

Commit

Permalink
Update _targets.R
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues authored Feb 20, 2024
1 parent 858ba97 commit f75bf14
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _targets.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ safe_packageRank <- function(...){
list(
tar_target(
evaluations_url,
"https://hydra.nixos.org/jobset/nixpkgs/r-updates#tabs-evaluations"
"https://hydra.nixos.org/jobset/nixpkgs/r-updates#tabs-evaluations",
force = TRUE
),

tar_target(
Expand Down Expand Up @@ -61,7 +62,7 @@ list(
transform(packages = gsub("^r-", "", `Package/release name`)) |>
transform(packages = gsub("-.*$", "", packages)) |>
transform(build = paste0("https://hydra.nixos.org/build/", X.)) |>
transform(build = paste0('<a href="', build, '">"', build, '</a>'))
transform(build = paste0('<a href="', build, '">', build, '</a>'))
),

tar_target(
Expand Down

0 comments on commit f75bf14

Please sign in to comment.