# Generated by roxygen2: do not edit by hand

export(add_variables)
export(apply_catch_weighting)
export(calculate_distances_vectorized)
export(calculate_fish_weight)
export(calculate_juvenile_percentage)
export(calculate_juvenile_statistics)
export(coast_distance)
export(convert_numbers_to_weight)
export(convert_to_date)
export(create_fishery_dashboard)
export(dms_to_decimal)
export(extract_numeric_values)
export(extract_pdf_data)
export(fetch_fishing_announcements)
export(find_column)
export(find_columns_by_pattern)
export(format_extracted_data)
export(get_length_range)
export(land_points)
export(merge_length_fishing_trips_hauls)
export(plot_fishing_zones)
export(plot_juvenile_analysis)
export(process_fishing_trips)
export(process_hauls)
export(process_length)
export(summarize_juveniles_by_group)
export(validate_fishing_trip_data)
export(validate_haul_data)
export(validate_length_data)
export(validate_polygon_data)
export(weight_by_catch)
import(ggplot2)
import(leaflet)
import(parallel)
importFrom(RColorBrewer,brewer.pal)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,c_across)
importFrom(dplyr,case_when)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_at)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,pick)
importFrom(dplyr,reframe)
importFrom(dplyr,rename_with)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(dplyr,ungroup)
importFrom(future,multisession)
importFrom(future,plan)
importFrom(future.apply,future_lapply)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_sf)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_area)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_gradient2)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_size_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(grDevices,hsv)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,cookies)
importFrom(httr,set_cookies)
importFrom(httr,status_code)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,parse_date_time)
importFrom(pdftools,pdf_text)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(rvest,html_attr)
importFrom(rvest,html_node)
importFrom(rvest,read_html)
importFrom(scales,comma)
importFrom(stats,as.formula)
importFrom(stats,na.omit)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(stringi,stri_trim)
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_split)
importFrom(stringr,str_squish)
importFrom(tidyr,complete)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)
importFrom(tidyr,unnest)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,tail)
