Skip to content

Commit

Permalink
Full dir listing
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonysena committed Aug 21, 2023
1 parent d1efb28 commit e22b6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ModuleInstantiation.R
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ instantiateModule <- function(module, version, remoteRepo, remoteUsername, modul
}

getModuleRenvDependencies <- function(moduleFolder) {
print(paste0("DEBUG: ", moduleFolder))
print(paste0("DEBUG: ", list.files(moduleFolder, all.files = TRUE, full.names = TRUE, include.dirs = TRUE)))
renvRequiredFiles <- c(
".Rprofile",
"renv.lock",
Expand Down

0 comments on commit e22b6c0

Please sign in to comment.