Skip to content

Commit

Permalink
Merge pull request #190 from NCEAS/reorganize_functions
Browse files Browse the repository at this point in the history
Reorganize functions
  • Loading branch information
Jasmine authored Jun 15, 2021
2 parents a9531be + 95d6c0a commit da07dfd
Show file tree
Hide file tree
Showing 37 changed files with 480 additions and 1,706 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ Imports:
tools,
uuid,
xml2,
XML
XML,
lifecycle
Suggests:
emld,
humaniformat,
Expand Down
12 changes: 1 addition & 11 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,19 @@ export(eml_contact)
export(eml_creator)
export(eml_get_raster_metadata)
export(eml_get_simple)
export(eml_metadata_provider)
export(eml_nsf_to_project)
export(eml_otherEntity_to_dataTable)
export(eml_party)
export(eml_personnel)
export(eml_project)
export(eml_set_reference)
export(eml_set_shared_attributes)
export(eml_validate_attributes)
export(env_get)
export(find_newest_object)
export(format_eml)
export(format_iso)
export(generate_resource_map)
export(get_all_sysmeta)
export(get_all_versions)
export(get_coord_list)
export(get_mn_base_url)
export(get_ncdf4_attributes)
export(get_orcid_email)
export(get_orcid_name)
export(get_package)
export(get_token)
export(guess_format_id)
Expand All @@ -45,7 +37,6 @@ export(is_obsolete)
export(is_public_read)
export(is_token_expired)
export(is_token_set)
export(list_submissions)
export(mdq_run)
export(new_uuid)
export(object_exists)
Expand All @@ -66,10 +57,9 @@ export(set_public_read_all_versions)
export(set_rights_and_access)
export(set_rights_holder)
export(show_indexing_status)
export(sysmeta_to_eml_physical)
export(title_to_file_name)
export(update_object)
export(update_resource_map)
export(view_profile)
export(which_in_eml)
import(EML)
import(XML)
Expand Down
Loading

0 comments on commit da07dfd

Please sign in to comment.