make rayshader, elevatr and fasstr suggests to the functions they are used in, adding checks within the function sto tell the user to install it if they don’t have and remove from depends in Description as per #7
fpr_my_fish_sp now processes species codes passed strings seperated by commas or semi colons since new bcfishpass.crossing.vw outputs use semi-colons vs the past convention of commas. Thanks @lucy-schick ! closes #89
add pass through ... to fpr_kable to allow for more flexibility
Update fpr_kable to deal with duplicated Table captions as per #68
Update fpr_photo_amalg_cv to include full calls to functions, importFrom and move to stand alone script. replace calls to %like% with str_detect. add to photo family
Added fpr_dbq_clip which clips a point layer by a polygon layer.
Added fpr_create_hydrograph which creates hydrographs of flow data for a given station
change name of fpr_t_site_id to fpr_tidy_assign_site_id to clarify use and avoid future conflicts if/when fpr_test_* functions are introduced
in fpr_sp_gpkg_backup split out write_backup params into write_csv and write_rdata to provide more flexibility. change to new name for fpr_tidy_assign_site_id
fix bug where fpr_my_habitat_paragraph was putting commas between sentences
fpr 1.0.1
fix #17 in my_channel_sentence so we actually specify the site (vs defaut my_site) in the my_habitat_info request for the average gradient
fpr 1.0.0
v.20221221
BREAKING CHANGE. fpr_import_hab_con now requires row_empty_remove = T (pushes through to fpr_sheet_trim) in order to correctly choose the first complete row of the template speadsheets to be the column names. Reason is that fpr_import_pscis now explicitly drops the first 3 rows on import in order to call column types from fpr_xref_pscis before the call to fpr_sheet_trim.