Skip to content

Commit

Permalink
update plp and combine designs with c()
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Aug 6, 2024
1 parent 5d922a8 commit 6b3ddde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Main.R
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ execute <- function(jobContext) {
restrictPlpDataSettings = jobContext$settings[[1]]$restrictPlpDataSettings,
populationSettings = jobContext$settings[[1]]$populationSettings
)
designs[[i]] <- design
designs <- c(designs, design)
}
databaseNames <- c()
databaseNames <- c(databaseNames, paste0(jobContext$moduleExecutionSettings$connectionDetailsReference))
Expand Down
4 changes: 2 additions & 2 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,8 @@
"RemoteHost": "api.github.com",
"RemoteUsername": "ohdsi",
"RemoteRepo": "PatientLevelPrediction",
"RemoteRef": "develop",
"RemoteSha": "c48f42c5c1ba78388a1639d4784db2e3e040342a"
"RemoteRef": "validate_external_improvements",
"RemoteSha": "398ebb272a2b8a06be4786dbfc65519c67d8d255"
},
"PheValuator": {
"Package": "PheValuator",
Expand Down

0 comments on commit 6b3ddde

Please sign in to comment.