Skip to content

Commit

Permalink
corrected column name
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues committed Oct 27, 2024
1 parent 0cb30f6 commit 38011af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _targets.R
Original file line number Diff line number Diff line change
Expand Up @@ -195,14 +195,14 @@ list(
tar_target(
final_results,
merge(failing_jobs_with_prs, packages_df_with_rank) |>
subset(select = c(packages, fails_because_of, `Finished.at`, System,
subset(select = c(packages, fails_because_of, `Finished at`, System,
build, rank, percentile, PR, PR_date, state))
),

tar_target(
final_results_bioc,
merge(failing_jobs_with_prs, bioc_pkg_failing) |>
subset(select = c(packages, fails_because_of, `Finished.at`, System,
subset(select = c(packages, fails_because_of, `Finished at`, System,
build, rank, PR, PR_date, state))
),

Expand Down

0 comments on commit 38011af

Please sign in to comment.