Skip to content

Commit

Permalink
Updates for module release
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonysena committed Sep 6, 2023
1 parent b2c58bc commit db0ba7e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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.0-5",
"Version": "0.2.0",
"Dependencies": ["CohortGeneratorModule"],
"TablePrefix": "plp_"
}
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
PatientLevelPredictionModule 0.2.0
=======================

- Updated module to use HADES wide lock file and updated to use renv v1.0.2
- Added functions and tests for creating the results data model for use by Strategus upload functionality
- Added additional GitHub Action tests to unit test the module functionality on HADES supported R version (v4.2.3) and the latest release of R

PatientLevelPredictionModule 0.1.0
=======================

Expand Down
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.0-5",
version = "0.2.0",
remoteRepo = "github.com",
remoteUsername = "ohdsi",
settings = modelDesignList
Expand Down

0 comments on commit db0ba7e

Please sign in to comment.