forked from inrae/diades.atlas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
46 lines (45 loc) · 1.09 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(check_translation_csv)
export(connect)
export(ecosystem_table)
export(generate_datasets)
export(get_active_species)
export(get_con)
export(get_conservation_status)
export(get_hybrid_model)
export(run_app)
export(tm_draw)
import(dplyr)
import(ggplot2)
import(leaflet)
import(maps)
import(mongolite)
import(sf)
import(shinipsum)
import(shiny)
import(tmap)
importFrom(DBI,dbConnect)
importFrom(RPostgres,Postgres)
importFrom(bank,cache_mongo)
importFrom(dplyr,filter)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(magrittr,"%>%")
importFrom(shiny,NS)
importFrom(shiny,shinyApp)
importFrom(shiny,tagList)
importFrom(shinythemes,shinytheme)
importFrom(stats,setNames)
importFrom(tmap,tm_polygons)
importFrom(tmap,tm_shape)
importFrom(utils,getFromNamespace)
importFrom(utils,read.csv)
importFrom(zeallot,"%<-%")