diff --git a/R/gh-repo.R b/R/gh-repo.R index a725df1e..6130b615 100644 --- a/R/gh-repo.R +++ b/R/gh-repo.R @@ -253,6 +253,7 @@ ghrepo <- local({ ) inst$build_time <- inst$build_time %||% NA_real_ + inst$build_time <- as.difftime(inst$build_time, units = "secs") cols <- data_frame( package = inst$package, "old" = oldver,