get_audit_report() in favor of get_audit_csv_report() (#62)
create_dn(). This introduces a breaking change for
list_principal_owner_citations() and list_user_data_packages(),
which now require an EDI-ID instead of a Distinguished Name (DN). Users can
obtain their EDI-ID by logging into the
EDI Identity and Access Manager
and copying the "EDI-ID" from their profile home page. (#65)read_data_package_archive() from calling a deprecated endpoint (#47)vcr dependencyEDIutils is now on CRAN
read_data_entity_names() (#38)In the process of this refactor the function names and call patterns have changed and several functions supporting other EDI R packages have been removed, thereby creating back compatibility breaking changes with the previous major release (version 1.6.1). The previous version will be available until 2022-06-01 on the deprecated branch. Install the previous version with:
remotes::install_github("ropensci/EDIutils", ref = "deprecated")