generated from FluvialGeomorph/ohwm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
119 lines (118 loc) · 3.44 KB
/
NAMESPACE
File metadata and controls
119 lines (118 loc) · 3.44 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
112
113
114
115
116
117
118
119
# Generated by roxygen2: do not edit by hand
export(floodplain_vol_table)
export(log_message)
export(run_app)
export(run_app_audit)
export(xs_dimensions_table)
export(xs_discharge_table)
import(shiny)
importFrom(assertthat,assert_that)
importFrom(bsicons,bs_icon)
importFrom(bslib,accordion)
importFrom(bslib,accordion_panel)
importFrom(bslib,bs_theme)
importFrom(bslib,card)
importFrom(bslib,card_body)
importFrom(bslib,card_header)
importFrom(bslib,layout_columns)
importFrom(bslib,layout_sidebar)
importFrom(bslib,nav_panel)
importFrom(bslib,nav_select)
importFrom(bslib,page_navbar)
importFrom(bslib,sidebar)
importFrom(bslib,tooltip)
importFrom(dplyr,"%>%")
importFrom(dplyr,.data)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,join_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,recode)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,slice_min)
importFrom(dplyr,ungroup)
importFrom(fluvgeo,compare_long_profile)
importFrom(fluvgeo,cross_section)
importFrom(fluvgeo,cross_section_dimensions_L2)
importFrom(fluvgeo,cross_section_points)
importFrom(fluvgeo,detrend)
importFrom(fluvgeo,floodplain_volume)
importFrom(fluvgeo,flowline)
importFrom(fluvgeo,flowline_points)
importFrom(fluvgeo,get_dem)
importFrom(fluvgeo,get_leaflet)
importFrom(fluvgeo,get_results_leaflet)
importFrom(fluvgeo,get_terrain_leaflet)
importFrom(fluvgeo,hydroflatten_dem)
importFrom(fluvgeo,sf_fix_crs)
importFrom(fluvgeo,slope_sinuosity)
importFrom(fluvgeo,water_surface_poly)
importFrom(fluvgeo,xs_compare_plot_L2)
importFrom(fluvgeo,xs_dimensions)
importFrom(fluvgeo,xs_pts_classify)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(gt,cols_label)
importFrom(gt,cols_label_with)
importFrom(gt,fmt_number)
importFrom(gt,gt)
importFrom(gt,gt_output)
importFrom(gt,html)
importFrom(gt,px)
importFrom(gt,render_gt)
importFrom(gt,tab_options)
importFrom(gt,tab_stubhead)
importFrom(htmltools,tags)
importFrom(leaflet,addLayersControl)
importFrom(leaflet,addPolygons)
importFrom(leaflet,addProviderTiles)
importFrom(leaflet,flyTo)
importFrom(leaflet,leaflet)
importFrom(leaflet,leafletCRS)
importFrom(leaflet,leafletOptions)
importFrom(leaflet,leafletOutput)
importFrom(leaflet,leafletProxy)
importFrom(leaflet,removeShape)
importFrom(leaflet,renderLeaflet)
importFrom(leaflet,setView)
importFrom(leaflet.extras,addSearchOSM)
importFrom(leaflet.extras,searchOptions)
importFrom(leafpm,addPmToolbar)
importFrom(leafpm,pmDrawOptions)
importFrom(leafpm,pmToolbarOptions)
importFrom(mapedit,editMod)
importFrom(mapedit,editModUI)
importFrom(nhdplusTools,discover_nhdplus_id)
importFrom(nhdplusTools,subset_nhdplus)
importFrom(purrr,map)
importFrom(sf,st_as_sf)
importFrom(sf,st_sfc)
importFrom(sf,st_transform)
importFrom(shiny,shinyApp)
importFrom(shinybusy,remove_modal_spinner)
importFrom(shinybusy,show_modal_spinner)
importFrom(shinyjs,useShinyjs)
importFrom(terra,as.polygons)
importFrom(terra,crs)
importFrom(terra,disagg)
importFrom(terra,ifel)
importFrom(terra,plot)
importFrom(terra,rast)
importFrom(terra,relate)
importFrom(terra,vect)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyterra,filter)
importFrom(tidyterra,mutate)
importFrom(utils,capture.output)