forked from NCEAS/datamgmt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
92 lines (91 loc) · 2.39 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
# Generated by roxygen2: do not edit by hand
export(add_creator_id)
export(clone_object)
export(clone_package)
export(copy_package)
export(create_attributes_table)
export(download_eml_attributes)
export(download_package)
export(download_packages)
export(edit_attribute)
export(excel_to_csv)
export(get_awards)
export(get_eml_attributes)
export(get_eml_attributes_url)
export(guess_member_node)
export(obsolete_package)
export(plot_pkg_structure)
export(qa_attributes)
export(qa_eml)
export(qa_package)
export(qa_sysmeta)
export(qa_view)
export(query_all_versions)
export(return_eml_units)
export(which_in_eml)
import(EML)
import(arcticdatautils)
import(dataone)
import(shiny)
import(udunits2)
import(units)
importFrom(RCurl,getURL)
importFrom(XML,xmlToDataFrame)
importFrom(compare,compare)
importFrom(crayon,green)
importFrom(crayon,red)
importFrom(crayon,yellow)
importFrom(datapack,hasAccessRule)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,funs)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(gsubfn,strapply)
importFrom(htmlwidgets,JS)
importFrom(htmlwidgets,createWidget)
importFrom(htmlwidgets,shinyRenderWidget)
importFrom(htmlwidgets,shinyWidgetOutput)
importFrom(jsonlite,toJSON)
importFrom(listviewer,jsonedit)
importFrom(lubridate,parse_date_time)
importFrom(lubridate,ymd)
importFrom(magrittr,"%>%")
importFrom(memoise,memoise)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,slot)
importFrom(ncdf4,nc_open)
importFrom(ncdf4,ncvar_get)
importFrom(readxl,excel_sheets)
importFrom(readxl,read_excel)
importFrom(sf,read_sf)
importFrom(sf,st_set_geometry)
importFrom(shinyjs,disable)
importFrom(shinyjs,enable)
importFrom(stats,na.omit)
importFrom(stringi,stri_reverse)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(tidyr,unnest)
importFrom(utils,capture.output)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,read.delim)
importFrom(utils,read.table)
importFrom(utils,setTxtProgressBar)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)
importFrom(utils,write.csv)
importFrom(uuid,UUIDgenerate)
importFrom(xml2,as_list)
importFrom(xml2,read_xml)
importFrom(xml2,write_html)
importFrom(xml2,xml_add_child)
importFrom(xml2,xml_children)