-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
114 lines (113 loc) · 2.9 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# Generated by roxygen2: do not edit by hand
export(add_extra_indices)
export(calc_iscam_paa)
export(calc_naa)
export(calc_paa)
export(calc_prop_catch_by_fleet)
export(calc_vb)
export(cpue_extraction)
export(expand_df_by_col)
export(export_age_comps)
export(export_catch)
export(export_iscam_data)
export(export_mat_lw_age)
export(export_survey_indices)
export(extract_fleet_catch)
export(extract_fleet_samples)
export(extract_geostat_survey)
export(format_mohn)
export(get_bash_path)
export(get_cvs)
export(get_os)
export(make_re_dat)
export(mod_paths)
export(modify_prop_female_iscam)
export(plot_age_mat_ogives)
export(plot_fixed_effect_coefs)
export(plot_random_intercepts)
export(plot_trawl_footprint)
export(plot_year_locality_interactions)
export(props_all)
export(props_comm)
export(props_comm_data_summary)
export(props_surv)
export(props_surv_data_summary)
export(read_psv_file)
export(rotate_coords)
export(rotate_df)
export(run_discard_index_model)
export(run_models)
export(system_)
export(table_prop_female)
export(table_prop_female_weights)
export(update_gf_packages)
import(gfplot)
import(ggplot2)
importFrom(PBSmapping,clipPolys)
importFrom(csasdown,csas_table)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,do)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,quo)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,tally)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(furrr,future_map)
importFrom(gfiscamutils,modify_model_path)
importFrom(gfiscamutils,run_retro)
importFrom(gfiscamutils,vec2df)
importFrom(gfplot,fit_length_weight)
importFrom(gfplot,fit_mat_ogive)
importFrom(gfplot,fit_vb)
importFrom(gfplot,tidy_catch)
importFrom(here,here)
importFrom(kableExtra,row_spec)
importFrom(lubridate,day)
importFrom(lubridate,month)
importFrom(purrr,flatten)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_at)
importFrom(purrr,map_chr)
importFrom(purrr,map_df)
importFrom(purrr,set_names)
importFrom(readr,read_csv)
importFrom(reshape2,dcast)
importFrom(rlang,.data)
importFrom(scales,comma)
importFrom(sf,st_as_sf)
importFrom(sf,st_cast)
importFrom(sf,st_combine)
importFrom(sf,st_crs)
importFrom(sf,st_point)
importFrom(sf,st_set_crs)
importFrom(sf,st_sfc)
importFrom(sf,st_transform)
importFrom(stats,nls)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(tibble,as_tibble)
importFrom(tibble,enframe)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,complete)
importFrom(tidyr,pivot_wider)
importFrom(tidyselect,all_of)
importFrom(utils,capture.output)
importFrom(utils,write.table)