Releases: anoopshah/Rdiagnosislist
Releases · anoopshah/Rdiagnosislist
v1.4.0
Version 1.4.0 - Fifth release on CRAN
BUG FIXES:
- Bug fixes in createCDB, decompose and compose
- Previous version required data.table >= 1.14.3 but this was not listed
as a dependency, now it works with data.table >= 1.12.8 - Modifications to display of filenames in loadSNOMED messages to
correct CRAN errors in Windows build
NEW FEATURES:
- Option to omit metadata in codelist export
CHANGES:
- New function addComposeLookupToCDB replaces createComposeLookup to
add the composition lookup table to the CDB. The composition lookup
table no longer needs to be supplied as a separate argument to compose - Performance improvements for decompose and relatedConcepts
What's Changed
- Added an option to turn off metadata by @axjadamson in #12
New Contributors
- @axjadamson made their first contribution in #12
Full Changelog: v1.3...v1.4.0
v1.3
Version 1.3 - Fourth release on CRAN
BUG FIXES:
- Ensure that 'description' returns a 'type' column if there are 0 rows and include_synonyms = TRUE
- Ensure that 'description' returns only one Fully Specified Name per concept, and 'semanticType' returns only a single result per concept
NEW FEATURES:
- New function 'createTransitive' to generate a transitive closure table containing all ancestor-descendant pairs. This makes
subsequent ancestor / descendant searches quicker - Revised ancestor and descendant functions to be able to use a transitive closure table
- New function 'addInactiveConcepts' to add inactive concepts to codelists, using the history and query tables
- New functions 'createCDB' and 'createMiADECDB' to generate a concept database and lookups for named entity recognition
- New function 'createDisambiguationTrainer' to use longer SNOMED CT terms to create texts to help train disambiguation of short terms.
- New functions 'decompose', 'batchDecompose' and 'createComposeLookup' to create a lookup table for composition of SNOMED CT concepts
- New function 'compose' to select a detailed SNOMED CT concept based on a general concept and separate concepts for attributes such as body site