From c94e9633fe8f99cf19f5d6ff994c9d9890dc838d Mon Sep 17 00:00:00 2001 From: Melkiades Date: Tue, 22 Aug 2023 14:38:36 +0200 Subject: [PATCH] adding info on the cache directory --- R/caching.R | 2 ++ 1 file changed, 2 insertions(+) diff --git a/R/caching.R b/R/caching.R index feaef3e..c4ade5f 100644 --- a/R/caching.R +++ b/R/caching.R @@ -277,6 +277,8 @@ rec_checkout_internal_deps <- function(repos_to_process, ref, repo_info$subdir <- repo_and_host$subdir repo_info$path <- fs::path_norm(fs::path_join(c(repo_info$dir, repo_info$subdir))) + message_if_verbose("Current cache directory: ", dirname(repo_info$path)) + hashed_new_repos <- c() if (repo_info$accessible) { if (direction %in% c("upstream", "all")) {