Skip to content

Commit

Permalink
Add debug message to see why .rprofile missing
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonysena committed Aug 21, 2023
1 parent f0335dc commit d1efb28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/ModuleInstantiation.R
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ instantiateModule <- function(module, version, remoteRepo, remoteUsername, modul
}

getModuleRenvDependencies <- function(moduleFolder) {
print(paste0("DEBUG: ", moduleFolder))
renvRequiredFiles <- c(
".Rprofile",
"renv.lock",
Expand Down

0 comments on commit d1efb28

Please sign in to comment.