Recent Releases of treatmentpatterns
treatmentpatterns - v3.1.1
What's Changed
- fix issue #9 - row_number needs and order by clause. by @ablack3
- Changes fix by @mvankessel-EMC
- Made code generic enough for both SQLite and DuckDB by @mvankessel-EMC
- Develop by @mvankessel-EMC
- CRAN release by @mvankessel-EMC
- R
Published by mvankessel-EMC 10 months ago
treatmentpatterns - v3.1.0
- Added
exportPatientLevel()function to export patient level data. - Added
startAnchorparameter to dictate the window of interest. - Added
windowStartparameter to dictate the window of interest. - Added
endAnchorparameter to dictate the window of interest. - Added
windowEndparameter to dictate the window of interest. - Added
concatTargetsparameter to specify if multiple target cohorts should be treated separately, or continuously. - Added
overlapMethodparameter to pick a method how to deal with non-combination overlap between events. - Removed
indexOffsetparameter. - Removed
includeTreatmentsparameter. - Disabled failing test on CRAN environment
- Significantly reduced tests that run on CRAN.
- R
Published by mvankessel-EMC about 1 year ago
treatmentpatterns - v3.0.3
What's Changed
- 292 by @mvankessel-EMC in https://github.com/darwin-eu-dev/TreatmentPatterns/pull/294
- cast json input to character by @mvankessel-EMC in https://github.com/darwin-eu-dev/TreatmentPatterns/pull/295
- Develop by @mvankessel-EMC in https://github.com/darwin-eu-dev/TreatmentPatterns/pull/296
- Duckdb2 by @mvankessel-EMC in https://github.com/darwin-eu-dev/TreatmentPatterns/pull/298
- Develop by @mvankessel-EMC in https://github.com/darwin-eu-dev/TreatmentPatterns/pull/300
- CRAN submission by @mvankessel-EMC in https://github.com/darwin-eu-dev/TreatmentPatterns/pull/301
- R
Published by mvankessel-EMC about 1 year ago
treatmentpatterns - v3.0.2
Full Changelog: https://github.com/darwin-eu/TreatmentPatterns/compare/v3.0.1...v3.0.2
- Added unit-testing for CDMInterface on Postgres, Redshift, SQL Server, Oracle, BigQuery, Spark, Snowflake
- Fixed some SQL issues for specific databases
- Fixed issue where a crash occurred on R 4.2.x, when saving the input arguments.
- Uncapped pathway length from 5.
- Fixed edge case on long repeating events to collapse.
- R
Published by mvankessel-EMC about 1 year ago
treatmentpatterns - v3.0.1
Full Changelog: https://github.com/darwin-eu/TreatmentPatterns/compare/v3.0.0...v3.0.1
- R
Published by mvankessel-EMC over 1 year ago
treatmentpatterns - v3.0.0
Full Changelog: https://github.com/darwin-eu/TreatmentPatterns/compare/v2.7.0...v3.0.0
- R
Published by mvankessel-EMC over 1 year ago
treatmentpatterns - v2.7.0
Full Changelog: https://github.com/darwin-eu/TreatmentPatterns/compare/v2.6.6...v2.7.0
- R
Published by mvankessel-EMC over 1 year ago
treatmentpatterns - v2.6.9
- Disabled tests when required suggested packages are not available.
- Updated examples to only run when required suggested packages are available.
Full Changelog: https://github.com/darwin-eu/TreatmentPatterns/compare/v2.6.8...v2.6.9
- R
Published by mvankessel-EMC almost 2 years ago
treatmentpatterns - v2.6.8
- Updated some tests to work with later versions of omopgenerics.
- Fixed issue with where combinations sometimes got miss-classified.
- Fixed issue when event starts and ends on end-date of target.
- Fixed issue when collapsing events when there is also a combination, when filterTreatments = "All".
- Added check in tests to only run if packages are availible. (noSuggests, M1).
createSankeyDiagram()now supports pathways over 3 levels long.
- R
Published by mvankessel-EMC almost 2 years ago
treatmentpatterns - v2.6.7
What's Changed
- Dev by @mvankessel-EMC in https://github.com/darwin-eu-dev/TreatmentPatterns/pull/237
- Rc by @mvankessel-EMC in https://github.com/darwin-eu-dev/TreatmentPatterns/pull/238
Full Changelog: https://github.com/darwin-eu-dev/TreatmentPatterns/compare/2.6.6...v2.6.7
- R
Published by mvankessel-EMC about 2 years ago
treatmentpatterns - v2.6.6
What's Changed
- Validate input by @mvankessel-EMC in https://github.com/darwin-eu-dev/TreatmentPatterns/pull/224
- Removed PathwayConsturctor class by @mvankessel-EMC in https://github.com/darwin-eu-dev/TreatmentPatterns/pull/225
- Split interactive plots into sunburst and sankey by @mvankessel-EMC in https://github.com/darwin-eu-dev/TreatmentPatterns/pull/226
- Updated regex for groupCombinations by @mvankessel-EMC in https://github.com/darwin-eu-dev/TreatmentPatterns/pull/228
- Fix replace statements for special characters by @mvankessel-EMC in https://github.com/darwin-eu-dev/TreatmentPatterns/pull/231
- Allow named list for colors by @mvankessel-EMC in https://github.com/darwin-eu-dev/TreatmentPatterns/pull/232
- Dev by @mvankessel-EMC in https://github.com/darwin-eu-dev/TreatmentPatterns/pull/233
- CRAN sync by @mvankessel-EMC in https://github.com/darwin-eu-dev/TreatmentPatterns/pull/234
Full Changelog: https://github.com/darwin-eu-dev/TreatmentPatterns/compare/2.6.5...2.6.6
- R
Published by mvankessel-EMC about 2 years ago