-
Notifications
You must be signed in to change notification settings - Fork 452
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4125328
commit 17b2d13
Showing
4 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Version: 0.2.0 | ||
Date: 2024-02-06 20:13:33 UTC | ||
SHA: d152472484fb2bedd2596e2279a24afbd0084f0b | ||
Version: 1.0.1 | ||
Date: 2024-09-30 23:06:50 UTC | ||
SHA: 41253286a799682779a10a8d7e803be66640d66a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,10 @@ Package: CommonDataModel | |
Type: Package | ||
Title: OMOP CDM DDL and Documentation Generator | ||
Version: 1.0.1 | ||
Author: Clair Blacketer [aut, cre] | ||
Authors@R: person(given = "Clair", | ||
family = "Blacketer", | ||
role = c("aut", "cre"), | ||
email = "[email protected]") | ||
Maintainer: Clair Blacketer <[email protected]> | ||
Description: Generates the scripts required to create an Observational Medical Outcomes Partnership (OMOP) Common Data Model (CDM) database and associated documentation for supported database platforms. Leverages the 'SqlRender' package to convert the Data Definition Language (DDL) script written in parameterized Structured Query Language (SQL) to the other supported dialects. | ||
License: Apache License 2.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
CommonDataModel v5.4.2 | ||
====================== | ||
|
||
Bigfixes: | ||
|
||
1. Removed package test that was causing issues with downstream dependencies (test-BuildRelease.R) | ||
|
||
Documentation: | ||
|
||
1. Updated documentation for the OMOP Common Data Model based on the April Olympians 2024 initiative. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters