Skip to content

Commit

Permalink
adding info on the cache directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Melkiades committed Aug 22, 2023
1 parent 91b307b commit c94e963
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/caching.R
Original file line number Diff line number Diff line change
Expand Up @@ -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")) {
Expand Down

0 comments on commit c94e963

Please sign in to comment.