-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
54 lines (53 loc) · 1.5 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
# Generated by roxygen2: do not edit by hand
export(check_sampler_exist)
export(specimen_catalogue)
export(specimen_runApp)
import(shiny)
import(shinydashboard)
importFrom(DT,datatable)
importFrom(DT,renderDT)
importFrom(ReLTER,get_location_info)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(dtplyr,lazy_dt)
importFrom(htmltools,em)
importFrom(htmltools,tags)
importFrom(httr2,req_auth_basic)
importFrom(httr2,req_body_file)
importFrom(httr2,req_headers)
importFrom(httr2,req_method)
importFrom(httr2,req_perform)
importFrom(httr2,req_retry)
importFrom(httr2,req_url_query)
importFrom(httr2,request)
importFrom(httr2,resp_body_json)
importFrom(httr2,resp_body_string)
importFrom(httr2,resp_check_status)
importFrom(jqr,jq)
importFrom(jsonlite,stream_in)
importFrom(leaflet,addMarkers)
importFrom(leaflet,addProviderTiles)
importFrom(leaflet,leaflet)
importFrom(leaflet,providerTileOptions)
importFrom(leaflet,renderLeaflet)
importFrom(lifecycle,deprecated)
importFrom(purrr,discard)
importFrom(purrr,pluck)
importFrom(readxl,read_excel)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_text)
importFrom(sf,st_geometry_type)
importFrom(stringr,str_c)
importFrom(stringr,str_to_lower)
importFrom(tibble,as_tibble)
importFrom(uuid,UUIDgenerate)
importFrom(xml2,read_xml)
importFrom(xml2,write_xml)
importFrom(xml2,xml_add_child)
importFrom(xml2,xml_add_sibling)
importFrom(xml2,xml_find_all)