Skip to content

Commit

Permalink
Add RMM dep. and bump version for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin_asena5 authored and Admin_asena5 committed Jan 26, 2024
1 parent 0dd9a8f commit 2026216
Show file tree
Hide file tree
Showing 4 changed files with 16 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.2.2-1",
"Version": "0.2.2-2",
"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.2.2-1",
version = "0.2.2-2",
remoteRepo = "github.com",
remoteUsername = "ohdsi",
settings = modelDesignList
Expand Down
6 changes: 3 additions & 3 deletions extras/ModuleMaintenance.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ updatedPackages <- list(
),
"OHDSI/[email protected]",
"OHDSI/[email protected]",
"OHDSI/[email protected]"
"OHDSI/[email protected]",
"OHDSI/[email protected]"
)
updatedDevPackages <- list(
list(
Expand All @@ -94,8 +95,7 @@ updatedDevPackages <- list(
Source = "Repository",
Repository = "CRAN"
),
"OHDSI/[email protected]",
"OHDSI/[email protected]"
"OHDSI/[email protected]"
)

# Deactivates and cleans the project to remove any/all old references
Expand Down
11 changes: 11 additions & 0 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,17 @@
],
"Hash": "c232938949fcd8126034419cc529333a"
},
"ResultModelManager": {
"Package": "ResultModelManager",
"Version": "0.5.6",
"Source": "GitHub",
"RemoteType": "github",
"RemoteHost": "api.github.com",
"RemoteUsername": "OHDSI",
"RemoteRepo": "ResultModelManager",
"RemoteRef": "v0.5.6",
"RemoteSha": "3033804e5af77b8b8dacda67c4d6853731e3641b"
},
"SqlRender": {
"Package": "SqlRender",
"Version": "1.16.1",
Expand Down

0 comments on commit 2026216

Please sign in to comment.