-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
50 lines (49 loc) · 1.11 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
# Generated by roxygen2: do not edit by hand
export(add_figure)
export(capitalize_first)
export(esrindex_pal)
export(extract_figures)
export(extract_tag)
export(fit_rema_region)
export(get_connected)
export(get_group_codes)
export(get_group_data)
export(make_esr_chapter)
export(make_index_tables)
export(plot_cpue_maps)
export(plot_region_db)
export(plot_region_rema)
export(plot_subarea_db)
export(plot_subarea_rema)
export(read_esr_xml)
export(replace_lines)
export(run_rema)
export(set_stratum_order)
export(theme_blue_strip)
import(RODBC)
import(akgfmaps)
import(classInt)
import(cowplot)
import(dplyr)
import(getPass)
import(ggplot2)
import(here)
import(knitr)
import(ragg)
import(rema)
import(rmarkdown)
import(scales)
import(sf)
importFrom(RODBC,odbcConnect)
importFrom(gapindex,calc_biomass_stratum)
importFrom(gapindex,calc_biomass_subarea)
importFrom(gapindex,calc_cpue)
importFrom(gapindex,get_data)
importFrom(getPass,getPass)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(methods,is)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(utils,packageVersion)