Changed

  • Rename function catch_per_searching_day as catch_per_positive_set because it returns catch per positive set.

  • Replace function dplyr::summarise by dplyr::rename or dplyr::reframe as required for R >= 4.5.0 in fishi functions:

    • catch_per_unit_effort
    • catch_per_positive_set
    • catch_per_searching_day=catch_per_unit_effort for now

Changed

  • Standardization of legends scale across annual maps of the the number of dFADs deployments, generated by the function fishi::deploiement_density_dcp(), to get the same color gradients between maps.

  • Correction of SQL query named “observe_sample_summary_logbook.sql” by removing the join with ps_logbook.activity and ps_logbook.route tables to avoid duplicates and add sample_type in results;

  • Correction of function fishing_capacity to get the correct value for Nb_vessel_weighted.

Changed

  • Standardization of legends scale across annual maps of deployments density of dFADs, generated by the function fishi::density_dcp_1deg(), to get the same color gradients between maps.

  • Improve map_effort_distribution legend’s display

Added

Optional title argument

Changed

Correct inversion between FOB-associated schools and free swimming schools in the legend of the figure generated by the function fishing_activity()

Added

Add changelog