Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ROMOPMappingTools
Title: Tools for Working with OMOP CDM Mappings
Version: 2.1.1
Version: 2.1.2
Authors@R:
person("Javier", "Gracia-Tabuenca", , "javier.graciatabuenca@tuni.fi", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2455-0598"))
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# ROMOPMappingTools 2.1.2

- Added rule to validate usagi file: sourceConceptCode must be less than 50 characters
- Fix bug in the DuckDB export: remove QUOTE '' from the export, this was adding extra characters to the export

# ROMOPMappingTools 2.1.1

- Fixed bug in the conversion of the OMOP vocabulary CSVs to DuckDB
Expand Down
Loading