From e0ab6cca856b65f704eafeb0a63bf3b81d9110d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Cs=C3=A1rdi?= Date: Tue, 19 Mar 2024 14:45:21 +0100 Subject: [PATCH] Fix build summary after update There might not be a build_time column if all packages were installed from binary. --- R/gh-repo.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/gh-repo.R b/R/gh-repo.R index 9656dbe0..03b703fc 100644 --- a/R/gh-repo.R +++ b/R/gh-repo.R @@ -244,6 +244,7 @@ ghrepo <- local({ "" ) + inst$build_time <- inst$build_time %||% NA_real_ cols <- data_frame( package = inst$package, "old" = oldver,