From 1b6702eb24f4db74a31d9dfcd23c29aa076da278 Mon Sep 17 00:00:00 2001 From: olivroy <52606734+olivroy@users.noreply.github.com> Date: Tue, 5 Sep 2023 15:15:24 -0400 Subject: [PATCH] Update print.R Took a guess, but thought this would add the space missing here. Downloaded 1 package (260.26 kB)in 1.5s Lmk if that is not the correct place. --- R/print.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/print.R b/R/print.R index 8ebbddd4f..6861e7758 100644 --- a/R/print.R +++ b/R/print.R @@ -71,7 +71,7 @@ print_install_summary <- function(x) { bytes <- prettyunits::pretty_bytes(dlbytes) paste0( ", dld {downloaded}", - if (!is.na(bytes) && bytes != 0) " ({bytes})" + if (!is.na(bytes) && bytes != 0) " ({bytes}) " ) } else { ""