From 1533d243142ebaf08b72ff523f135d01635423e8 Mon Sep 17 00:00:00 2001 From: pat-s Date: Wed, 24 Jul 2024 22:26:53 +0200 Subject: [PATCH] wording --- R/install-deps.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/install-deps.R b/R/install-deps.R index 2ad2a95..72f6cd7 100644 --- a/R/install-deps.R +++ b/R/install-deps.R @@ -24,7 +24,7 @@ install_package_system_dependencies <- function(package_name, cli::cli_alert("{.fun install_package_system_dependencies}: Removing {.path {local_clone_dir_single}}.") total_build_time <- round(Sys.time() - t1, 2) - cli::cli_alert("Execution time for installing dependencies of package {.pkg {package_name[[1]]}}: {.strong {total_build_time} {units(difftime(Sys.time(), t1))}}.") + cli::cli_alert("Dependency installation time of package {.pkg {package_name[[1]]}}: {.strong {total_build_time} {units(difftime(Sys.time(), t1))}}.") unlink(sprintf("%s", local_clone_dir_single), recursive = TRUE, force = TRUE) }