Version 0.5
AcidBase 0.5.0 (2022-03-11)
Minor changes:
- Ordered S4 method exports alphabetically by class, where applicable.
-
compress/decompress: Simplified default formals and documentation. User can no longer setremoveoroverwriteglobally with"acid.compress.remove"or"acid.overwrite", respectively. - Removed
formalsListfrom NAMESPACE, in favor of a reworked approach across packages that previously inherited these values (in development). -
printString: Improved and cleaned up documentation. - Updated working examples to use
DataFrameobject instead ofDFrame, where applicable. This requires an update to AcidTest package. -
compress: Bug fix for ZIP file compression handling outside of working directory. Incorrectly usedbasenameargument internally. Unfortunately need to change the working directory internally to get this working correctly.