Prepare release v0.9.6 - #24
Merged
Merged
Conversation
# Fixes trip duplications in recent data (2024) caused by multiple activities on the same landing day. # Also corrects trip duplications in earlier years when multiple school type are declared for the same trip (ex: FSC and UND).
Update fishing_effort.R
…igure Correct legend fishing activity figure
…y and ps_logbook.route tables to avoid duplicates
…ching_day) and 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_searching_day) and catch_per_positive_set
…://github.com/OB7-IRD/fishi into 22-improve-legends-of-figure-density_dcp_1deg
…ity_dcp_1deg merge 22 improve legends of figure density dcp 1deg into development
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fishi 0.9.6 -2026-03-11
Changed
Rename function
catch_per_searching_dayascatch_per_positive_setbecause it returns catch per positive set.Replace function
dplyr::summarisebydplyr::renameordplyr::reframeas required forR >= 4.5.0infishifunctions:catch_per_unit_effortcatch_per_positive_setcatch_per_searching_day=catch_per_unit_effortfor nowfishi 0.9.5 -2026-01-7
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_capacityto get the correct value forNb_vessel_weighted.fishi 0.9.4 -2025-11-28
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
fishi 0.9.3 -2025-10-21
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