Skip to content

Commit da07dfd

Browse files
author
Jasmine
authored
Merge pull request #190 from NCEAS/reorganize_functions
Reorganize functions
2 parents a9531be + 95d6c0a commit da07dfd

37 files changed

Lines changed: 480 additions & 1706 deletions

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ Imports:
3737
tools,
3838
uuid,
3939
xml2,
40-
XML
40+
XML,
41+
lifecycle
4142
Suggests:
4243
emld,
4344
humaniformat,

NAMESPACE

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,19 @@ export(eml_contact)
1616
export(eml_creator)
1717
export(eml_get_raster_metadata)
1818
export(eml_get_simple)
19-
export(eml_metadata_provider)
2019
export(eml_nsf_to_project)
2120
export(eml_otherEntity_to_dataTable)
2221
export(eml_party)
23-
export(eml_personnel)
24-
export(eml_project)
2522
export(eml_set_reference)
2623
export(eml_set_shared_attributes)
27-
export(eml_validate_attributes)
28-
export(env_get)
2924
export(find_newest_object)
3025
export(format_eml)
3126
export(format_iso)
3227
export(generate_resource_map)
33-
export(get_all_sysmeta)
3428
export(get_all_versions)
3529
export(get_coord_list)
3630
export(get_mn_base_url)
3731
export(get_ncdf4_attributes)
38-
export(get_orcid_email)
39-
export(get_orcid_name)
4032
export(get_package)
4133
export(get_token)
4234
export(guess_format_id)
@@ -45,7 +37,6 @@ export(is_obsolete)
4537
export(is_public_read)
4638
export(is_token_expired)
4739
export(is_token_set)
48-
export(list_submissions)
4940
export(mdq_run)
5041
export(new_uuid)
5142
export(object_exists)
@@ -66,10 +57,9 @@ export(set_public_read_all_versions)
6657
export(set_rights_and_access)
6758
export(set_rights_holder)
6859
export(show_indexing_status)
69-
export(sysmeta_to_eml_physical)
60+
export(title_to_file_name)
7061
export(update_object)
7162
export(update_resource_map)
72-
export(view_profile)
7363
export(which_in_eml)
7464
import(EML)
7565
import(XML)

0 commit comments

Comments
 (0)