This is an update to the harmonydata package with new features, improvements, and bug fixes.
- Fixed error when matching an instrument against itself caused by duplicate row names in the matches data frame
- Users can now select the LLM model used for matching via the
modelparameter inmatch_instruments() - Added support for additional clustering algorithms:
kmeans,deterministic, andhdbscan
- Match matrix is now returned as a data frame instead of a list
- Response options similarity matrix is now returned as a data frame
- Added check for empty response options matrix to ensure stability
- Added warning for image compression when generating heatmaps
- Added supermarket data clustering example
I have run R CMD check on:
- ✅ macOS (R-release)
There were:
- 🚫 0 errors
⚠️ 0 warnings- ℹ️ 0 notes
- No known issues found when checking reverse dependencies.
- All checks have passed successfully with no issues.
This update enhances the package's functionality and usability while maintaining full compatibility. Please let me know if any modifications are required for approval.
Thank you for your time and consideration.
Best, Omar Hassoun