Skip to content

Commit 47f3c58

Browse files
author
Rob Schiemann
committed
Add debug prints.
1 parent db24043 commit 47f3c58

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/repo_management.R

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ macContribDir <- function(r_version) {
4444
if (r_version %in% c("4.3")) {
4545
contrib_prefix <- "big-sur-x86_64/"
4646
}
47+
print('====')
48+
print(r_version)
49+
print(r_version %in% c("4.3"))
50+
print(sprintf("/bin/macosx/%scontrib/%s", contrib_prefix, r_version))
51+
print('====')
4752
return(sprintf("/bin/macosx/%scontrib/%s", contrib_prefix, r_version))
4853
}
4954

0 commit comments

Comments
 (0)