You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for macOS (both Intel and Apple Silicon architectures). (#1621)
Minor improvements and bug fixes
Added optional names parameter to dataSetToTibble() function to support custom naming of datasets.
This is particularly useful when multiple datasets have the same original name.
The naming logic has been moved from the private .dataSetToDataFrame() method in DataCombined
to dataSetToTibble() for better code reuse and maintainability. (#1627)