Skip to content

Commit

Permalink
Fix build summary after update
Browse files Browse the repository at this point in the history
There might not be a build_time column if all
packages were installed from binary.
  • Loading branch information
gaborcsardi committed Mar 19, 2024
1 parent c01bf84 commit e0ab6cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/gh-repo.R
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ ghrepo <- local({
""
)

inst$build_time <- inst$build_time %||% NA_real_
cols <- data_frame(
package = inst$package,
"old" = oldver,
Expand Down

0 comments on commit e0ab6cc

Please sign in to comment.