Skip to content

Commit

Permalink
Add debug prints.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Schiemann committed Feb 16, 2024
1 parent db24043 commit 47f3c58
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/repo_management.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ macContribDir <- function(r_version) {
if (r_version %in% c("4.3")) {
contrib_prefix <- "big-sur-x86_64/"
}
print('====')
print(r_version)
print(r_version %in% c("4.3"))
print(sprintf("/bin/macosx/%scontrib/%s", contrib_prefix, r_version))
print('====')
return(sprintf("/bin/macosx/%scontrib/%s", contrib_prefix, r_version))
}

Expand Down

0 comments on commit 47f3c58

Please sign in to comment.