-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
111 lines (110 loc) · 3.29 KB
/
Copy pathNAMESPACE
File metadata and controls
111 lines (110 loc) · 3.29 KB
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# Generated by roxygen2: do not edit by hand
export(download_photo)
export(run_OliveHealthR)
import(dplyr, except = lag)
import(ggfortify)
import(ggplot2, except = last_plot)
import(gifski)
import(htmltools)
import(rhandsontable)
import(scales)
import(shiny)
import(shinyWidgets)
import(shinydashboard)
import(stats, except = filter)
import(tmap)
import(tmaptools)
importFrom(ComplexHeatmap,Heatmap)
importFrom(ComplexHeatmap,HeatmapAnnotation)
importFrom(ComplexHeatmap,draw)
importFrom(ComplexHeatmap,ht_opt)
importFrom(DT,DTOutput)
importFrom(DT,datatable)
importFrom(DT,formatRound)
importFrom(DT,renderDT)
importFrom(DataEditR,dataEditServer)
importFrom(DataEditR,dataEditUI)
importFrom(FSA,dunnTest)
importFrom(InteractiveComplexHeatmap,InteractiveComplexHeatmapOutput)
importFrom(InteractiveComplexHeatmap,makeInteractiveComplexHeatmap)
importFrom(RColorBrewer,brewer.pal)
importFrom(VIM,aggr)
importFrom(calendR,calendR)
importFrom(circlize,colorRamp2)
importFrom(cluster,clara)
importFrom(cluster,pam)
importFrom(config,get)
importFrom(corrplot,corrplot)
importFrom(dendextend,color_branches)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(factoextra,eclust)
importFrom(factoextra,fviz_cluster)
importFrom(factoextra,fviz_dend)
importFrom(factoextra,fviz_nbclust)
importFrom(factoextra,fviz_silhouette)
importFrom(fmsb,radarchart)
importFrom(gganimate,anim_save)
importFrom(gganimate,animate)
importFrom(gganimate,transition_reveal)
importFrom(ggcorrplot,ggcorrplot)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,hcl.colors)
importFrom(grDevices,rainbow)
importFrom(grid,gpar)
importFrom(gridExtra,grid.arrange)
importFrom(janitor,remove_empty)
importFrom(lubridate,as_date)
importFrom(lubridate,leap_year)
importFrom(lubridate,month)
importFrom(lubridate,yday)
importFrom(lubridate,year)
importFrom(ncdf4,nc_close)
importFrom(ncdf4,nc_open)
importFrom(ncdf4,ncvar_get)
importFrom(plotly,ggplotly)
importFrom(plotly,layout)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(readr,locale)
importFrom(readr,parse_factor)
importFrom(readr,read_delim)
importFrom(sf,st_as_sf)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_nearest_feature)
importFrom(sf,st_transform)
importFrom(shiny,shinyApp)
importFrom(shinyBS,bsModal)
importFrom(shinyWidgets,awesomeRadio)
importFrom(shinyWidgets,sendSweetAlert)
importFrom(shinycssloaders,withSpinner)
importFrom(shinyjs,hidden)
importFrom(shinyjs,show)
importFrom(sp,CRS)
importFrom(sp,SpatialPointsDataFrame)
importFrom(stats,as.dendrogram)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,setNames)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_sort)
importFrom(terra,rast)
importFrom(terra,sds)
importFrom(tibble,column_to_rownames)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,drop_na)
importFrom(tidyr,gather)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,separate)
importFrom(tidyr,starts_with)
importFrom(tidyr,unite)