Correct read_data_package_archive() to align with the updated PASTA API endpoint that supports streaming .zip downloads.
Deprecate the no-longer-used 'transaction' parameter and the now-obsolete create_data_package_archive() function, which previously returned the 'transaction' value.
Preserve read_data_package_error() for internal use in check_status_create(), check_status_evaluate(), and check_status_update(), while retaining it as a public function for user customizations.
Update documentation and vignettes to reflect these changes.
Note: These changes are backwards compatible, and appropriate deprecation warnings will be issued
This fix is related to
PASTAplus/PASTA@03fe3650261477b19a5df299bc3552eb3d2ce036
Note: These changes are backwards compatible, and appropriate deprecation warnings will be issued
This fix is related to PASTAplus/PASTA@03fe3650261477b19a5df299bc3552eb3d2ce036
Fixes #47