-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
91 lines (90 loc) · 2.26 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
# 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_data_simulation)
export(get_help_bubble_entries)
export(get_hybrid_model)
export(launch_mongo)
export(nit_feature)
export(nit_feature_species)
export(plot_hsi)
export(plot_hsi_nit)
export(plot_nit)
export(runSimulation)
export(run_app)
export(tm_draw)
import(Matrix)
import(dplyr)
import(ggplot2)
import(leaflet)
import(maps)
import(mongolite)
import(patchwork)
import(sf)
import(shinipsum)
import(shiny)
import(tmap)
importFrom(DBI,dbConnect)
importFrom(DT,DTOutput)
importFrom(DT,renderDT)
importFrom(RPostgres,Postgres)
importFrom(bank,cache_mongo)
importFrom(commonmark,markdown_html)
importFrom(data.table,frollmean)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,between)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,coalesce)
importFrom(dplyr,collect)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,select)
importFrom(dplyr,sql)
importFrom(dplyr,summarise)
importFrom(dplyr,tbl)
importFrom(dplyr,ungroup)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(promises,"%...>%")
importFrom(purrr,map_chr)
importFrom(purrr,reduce)
importFrom(shiny,NS)
importFrom(shiny,shinyApp)
importFrom(shiny,tagList)
importFrom(shinythemes,shinytheme)
importFrom(stats,rnorm)
importFrom(stats,setNames)
importFrom(tibble,column_to_rownames)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,expand_grid)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)
importFrom(tmap,tm_borders)
importFrom(tmap,tm_polygons)
importFrom(tmap,tm_raster)
importFrom(tmap,tm_shape)
importFrom(utils,getFromNamespace)
importFrom(utils,read.csv)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)