Skip to contents

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 set remove or overwrite globally with "acid.compress.remove" or "acid.overwrite", respectively.
  • Removed formalsList from 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 DataFrame object instead of DFrame, where applicable. This requires an update to AcidTest package.
  • compress: Bug fix for ZIP file compression handling outside of working directory. Incorrectly used basename argument internally. Unfortunately need to change the working directory internally to get this working correctly.