-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
65 lines (64 loc) · 1.75 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
# Generated by roxygen2: do not edit by hand
S3method(print,galaxias_config)
S3method(print,gbif_validator_post)
S3method(print,gbif_validator_response)
export(build_archive)
export(build_metadata)
export(build_schema)
export(check_archive)
export(galaxias_config)
export(galaxias_package)
export(galaxias_project)
export(get_validator_report)
export(validate_archive)
importFrom(cli,cat_line)
importFrom(cli,cli_abort)
importFrom(cli,cli_h2)
importFrom(cli,cli_h3)
importFrom(cli,cli_inform)
importFrom(cli,cli_progress_step)
importFrom(cli,cli_progress_update)
importFrom(corella,check_occurrences)
importFrom(curl,form_data)
importFrom(curl,form_file)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,slice_head)
importFrom(elm,add_eml_header)
importFrom(elm,check_eml)
importFrom(elm,read_md)
importFrom(elm,use_metadata)
importFrom(elm,write_eml)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(httr2,req_body_multipart)
importFrom(httr2,req_headers)
importFrom(httr2,req_options)
importFrom(httr2,req_perform)
importFrom(httr2,request)
importFrom(httr2,resp_body_json)
importFrom(jsonlite,toJSON)
importFrom(jsonlite,unbox)
importFrom(potions,brew)
importFrom(potions,pour)
importFrom(purrr,map)
importFrom(purrr,pluck)
importFrom(readr,read_csv)
importFrom(rlang,.data)
importFrom(rlang,abort)
importFrom(rlang,caller_env)
importFrom(rlang,inform)
importFrom(stringr,str_extract)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace_all)
importFrom(tibble,tibble)
importFrom(usethis,create_package)
importFrom(usethis,create_project)
importFrom(usethis,use_directory)
importFrom(utils,read.csv)
importFrom(utils,str)
importFrom(utils,unzip)
importFrom(zip,zip)