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 976349b commit c6b953b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _targets.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ safe_packageRank <- function(...){


list(
tar_force(
tar_target(
evaluations_url,
"https://hydra.nixos.org/jobset/nixpkgs/r-updates#tabs-evaluations",
force = TRUE
"https://hydra.nixos.org/jobset/nixpkgs/r-updates#tabs-evaluations"
),

tar_target(
tar_force(
evaluations_tables,
read_html(evaluations_url)
read_html(evaluations_url),
force = TRUE
),

tar_target(
Expand Down

0 comments on commit c6b953b

Please sign in to comment.