Skip to content

Commit

Permalink
updating to use PLP 3.6.9
Browse files Browse the repository at this point in the history
- updating to use PLP 3.6.9
  • Loading branch information
jreps committed Aug 21, 2024
1 parent f4d4ec6 commit e5c9aad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MetaData.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "PatientLevelPredictionModule",
"Version": "0.4.0",
"Version": "6.3.9",
"Dependencies": ["CohortGeneratorModule"],
"TablePrefix": "plp_"
}
2 changes: 1 addition & 1 deletion SettingsFunctions.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
createPatientLevelPredictionModuleSpecifications <- function(modelDesignList) {
specifications <- list(
module = "PatientLevelPredictionModule",
version = "0.4.0",
version = "6.3.9",
remoteRepo = "github.com",
remoteUsername = "ohdsi",
settings = modelDesignList
Expand Down
6 changes: 3 additions & 3 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,14 @@
},
"PatientLevelPrediction": {
"Package": "PatientLevelPrediction",
"Version": "6.3.6",
"Version": "6.3.9",
"Source": "GitHub",
"RemoteType": "github",
"RemoteHost": "api.github.com",
"RemoteUsername": "OHDSI",
"RemoteRepo": "PatientLevelPrediction",
"RemoteRef": "v6.3.6",
"RemoteSha": "7a55c31de7e9a49290c3c35e172962440c70b8a8"
"RemoteRef": "v6.3.9",
"RemoteSha": "1dfc46bb55265f6620049e1ebf9e5018b6a98cf3"
},
"R6": {
"Package": "R6",
Expand Down

0 comments on commit e5c9aad

Please sign in to comment.