-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
141 lines (140 loc) · 3.81 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
# Generated by roxygen2: do not edit by hand
export("%>%")
export(fpr_appendix_title)
export(fpr_create_hydrograph)
export(fpr_dat_w_rows)
export(fpr_db_conn)
export(fpr_db_query)
export(fpr_dbq_clip)
export(fpr_dbq_lscols)
export(fpr_dbq_lstables)
export(fpr_dbq_subset)
export(fpr_import_hab_con)
export(fpr_import_hab_prior)
export(fpr_import_pscis)
export(fpr_import_pscis_all)
export(fpr_kable)
export(fpr_make_geopackage)
export(fpr_make_html_tbl)
export(fpr_my_bcfishpass)
export(fpr_my_channel_sentence)
export(fpr_my_cost_estimate)
export(fpr_my_cover_sentence)
export(fpr_my_fish_sp)
export(fpr_my_habitat_cover)
export(fpr_my_habitat_info)
export(fpr_my_habitat_paragraph)
export(fpr_my_mapsheet)
export(fpr_my_priority_info)
export(fpr_my_pscis_info)
export(fpr_my_substrate_sentence)
export(fpr_my_survey_dist)
export(fpr_my_wshd)
export(fpr_photo_amalg_cv)
export(fpr_photo_change_ext)
export(fpr_photo_document_all)
export(fpr_photo_ext_to_change)
export(fpr_photo_folders)
export(fpr_photo_interval_idx)
export(fpr_photo_paths_to_copy)
export(fpr_photo_paths_to_copy_phase2)
export(fpr_photo_pull_by_str)
export(fpr_photo_qa)
export(fpr_photo_qa2)
export(fpr_photo_qa_df)
export(fpr_photo_qa_missing_all)
export(fpr_photo_remove_dupes)
export(fpr_photo_rename)
export(fpr_photo_rename_ext)
export(fpr_photo_resize_batch)
export(fpr_photo_resize_convert)
export(fpr_photo_rotate)
export(fpr_photo_sort_metadat)
export(fpr_photo_sort_plan)
export(fpr_photo_time_prep)
export(fpr_plot_fish_box)
export(fpr_pscis_wkb_paths)
export(fpr_sheet_trim)
export(fpr_sp_assign_latlong)
export(fpr_sp_assign_sf_from_utm)
export(fpr_sp_assign_utm)
export(fpr_sp_gpkg_backup)
export(fpr_sp_watershed)
export(fpr_sp_wshd_stats)
export(fpr_table_bcfp)
export(fpr_table_bcfp_html)
export(fpr_table_cv_detailed)
export(fpr_table_cv_detailed_comments)
export(fpr_table_cv_detailed_print)
export(fpr_table_cv_html)
export(fpr_table_cv_summary)
export(fpr_table_cv_summary_memo)
export(fpr_table_fish_density)
export(fpr_table_fish_site)
export(fpr_table_wshd_sum)
export(fpr_test)
export(fpr_tidy_assign_site_id)
export(fpr_xref_template_pscis)
importFrom(chk,chk_dir)
importFrom(chk,chk_file)
importFrom(chk,chk_flag)
importFrom(chk,chk_logical)
importFrom(chk,chk_number)
importFrom(chk,chk_numeric)
importFrom(chk,chk_string)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert)
importFrom(cli,cli_warn)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_split)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(fs,dir_create)
importFrom(fs,path)
importFrom(ggdark,dark_theme_bw)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_x_date)
importFrom(glue,glue)
importFrom(kableExtra,add_footnote)
importFrom(kableExtra,kable_styling)
importFrom(knitr,kable)
importFrom(lubridate,year)
importFrom(magick,image_append)
importFrom(magick,image_read)
importFrom(magick,image_scale)
importFrom(magick,image_write)
importFrom(magrittr,"%>%")
importFrom(poisutils,ps_error)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,set_names)
importFrom(readr,write_csv)
importFrom(rlang,sym)
importFrom(sf,st_as_sf)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_read)
importFrom(sf,st_transform)
importFrom(sf,st_write)
importFrom(stringr,str_detect)
importFrom(stringr,str_subset)
importFrom(stringr,str_to_title)
importFrom(tibble,as_tibble)
importFrom(tibble,rowid_to_column)
importFrom(tidyr,pivot_wider)
importFrom(tools,file_path_sans_ext)