-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
107 lines (106 loc) · 2.72 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# Generated by roxygen2: do not edit by hand
export(capAddress)
export(capContact)
export(capPublisher)
export(capRights)
export(cap_ror)
export(configure_caplter_project)
export(configure_ltreb_project)
export(configure_som_project)
export(configure_urex_project)
export(create_citation)
export(create_dataTable)
export(create_dataset)
export(create_distribution)
export(create_eml)
export(create_entities_from_yaml)
export(create_geographic_coverage)
export(create_keywordSet)
export(create_otherEntity)
export(create_package)
export(data_to_amz)
export(eml_to_amz)
export(get_annotations)
export(get_custom_units)
export(get_next_version)
export(get_package_evaluation)
export(get_people)
export(get_unit_type)
export(giosAddress)
export(giosContact)
export(giosLanguage)
export(giosPublisher)
export(harvest_dataTable)
export(lterAccess)
export(read_attributes)
export(read_markdown)
export(read_package_configuration)
export(update_attributes)
export(write_attributes)
export(write_cap_eml)
export(write_config)
export(write_directory)
export(write_factors)
export(write_keywords)
export(write_missing_values)
export(write_people_template)
export(write_template)
export(write_units)
import(EDIutils)
import(EML)
import(dplyr)
import(yaml)
importFrom(EDIutils,list_data_package_revisions)
importFrom(EDIutils,list_data_package_scopes)
importFrom(EML,get_unitList)
importFrom(EML,set_attributes)
importFrom(aws.s3,put_object)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,select_if)
importFrom(lubridate,is.POSIXct)
importFrom(lubridate,is.POSIXlt)
importFrom(lubridate,is.POSIXt)
importFrom(purrr,every)
importFrom(purrr,keep)
importFrom(purrr,list_rbind)
importFrom(purrr,list_transpose)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(purrr,map_df)
importFrom(purrr,transpose)
importFrom(rcrossref,cr_cn)
importFrom(readr,read_csv)
importFrom(readr,read_file)
importFrom(readr,write_csv)
importFrom(rlang,get_expr)
importFrom(rlang,is_expression)
importFrom(sf,st_bbox)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_is_empty)
importFrom(sf,st_is_simple)
importFrom(stats,na.omit)
importFrom(stringr,str_extract)
importFrom(tibble,add_row)
importFrom(tibble,enframe)
importFrom(tibble,tibble)
importFrom(tidyr,unnest_longer)
importFrom(tidyr,unnest_wider)
importFrom(tools,file_ext)
importFrom(tools,file_path_sans_ext)
importFrom(tools,md5sum)
importFrom(utils,file_test)
importFrom(utils,read.csv)
importFrom(utils,write.csv)
importFrom(utils,zip)
importFrom(xml2,read_xml)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_text)
importFrom(yaml,write_yaml)
importFrom(yaml,yaml.load)
importFrom(yaml,yaml.load_file)