Skip to content

Commit

Permalink
Updating SCCS package version
Browse files Browse the repository at this point in the history
  • Loading branch information
schuemie committed Jun 6, 2024
1 parent 6ffaa17 commit d444b3d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion MetaData.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "SelfControlledCaseSeriesModule",
"Version": "0.5.0",
"Version": "0.5.1",
"Dependencies": ["CohortGeneratorModule"],
"TablePrefix": "sccs_"
}
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
SelfControlledCaseSeriesModule 0.5.1
====================================
- Switching to newer version of SelfControledCaseSeries v5.2.1

SelfControlledCaseSeriesModule 0.5.0
====================================
- Switching to newer version of SelfControledCaseSeries v5.2.0
Expand Down
2 changes: 1 addition & 1 deletion SettingsFunctions.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ creatSelfControlledCaseSeriesModuleSpecifications <- function(sccsAnalysisList,
}

specifications <- list(module = "SelfControlledCaseSeriesModule",
version = "0.5.0",
version = "0.5.1",
remoteRepo = "github.com",
remoteUsername = "ohdsi",
settings = analysis)
Expand Down
2 changes: 1 addition & 1 deletion extras/ModuleMaintenance.R
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ updatedPackages <- list(
Source = "Repository",
Repository = "CRAN"
),
"OHDSI/SelfControlledCaseSeries@v5.2.0",
"OHDSI/SelfControlledCaseSeries@v5.2.1",
"OHDSI/CohortGenerator@v0.8.1",
"OHDSI/ResultModelManager@v0.5.7",
"OHDSI/Cyclops@v3.4.1"
Expand Down
6 changes: 3 additions & 3 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -228,14 +228,14 @@
},
"SelfControlledCaseSeries": {
"Package": "SelfControlledCaseSeries",
"Version": "5.2.0",
"Version": "5.2.1",
"Source": "GitHub",
"RemoteType": "github",
"RemoteHost": "api.github.com",
"RemoteUsername": "OHDSI",
"RemoteRepo": "SelfControlledCaseSeries",
"RemoteRef": "v5.2.0",
"RemoteSha": "32429b7c32489a57f087a04f9b2b8fc4eb40162b"
"RemoteRef": "v5.2.1",
"RemoteSha": "441015712cbbc00e51cefec72aafdab23a162b94"
},
"SqlRender": {
"Package": "SqlRender",
Expand Down

0 comments on commit d444b3d

Please sign in to comment.