Changes in version 1.1.4 - Updated to address issues 36, 33, 29 and 28 - Includes an update to documentation on flap/glide and rotor speed - Includes update to spelling of GBBG to fix the error when running - Includes updating package description to latest idiom Changes in version 1.1.3 - Updated links to point to Marine Scotland Science Changes in version 1.1.2 (2022-12-22) Changes in version 1.1.1 (2022-12-06) - Add new unit tests for srr standards - Changed output of mig_stoch_crm to be a tibble Changes in version 1.1.0 - Change function name (DayLength() changed to Day_Length()) - Change function name (sample_params() changed to sample_parameters()) - Package work: - Cleaning for srr package standards Changes in version 1.0.0 - First full launch of package ready for submission to CRAN and ROpenSci - Package work: - Major push with unit tests updated for all major functions through the package - Continuous integration tests incorporated through Github actions - Badges added for continuous integration - Unit tests run and passed Changes in version 0.3.1 - Bug fixes: - Fixed issue with seq_month() not working with different system languages - Package work: - Cleaning and organizing data structure for submission to CRAN / Ropensci Changes in version 0.3.0 - Restructure of the mig_stoch_crm() function to be in line with stoch_crm() - New features: - Added mig_stoch_crm example - Added data validation for mig_stoch_crm and cli outputs - Added seed number to examples for replication Changes in version 0.2.2 - New features: - band_crm() example added to the vignette - Bug fixes: - Conditional added to hd_sampler() to deal with 0 mean values to prevent NAs Changes in version 0.2.1 - Cleaning: - Several unused data files were removed and cleaned up from man/ - Merge conflicts from 0.2.0 were cleaned up - Old scripts from previous versions that are no longer being used were removed - Johnston et al flight height spreadsheet from SOSS project included Changes in version 0.2.0 - Massive commit with the first full working version of stochLAB and stoch_crm() - New features: - stoch_crm() function completely re-wired to work with individual arguments rather than a data sheet - option 3 model code optimized for speed - cli package incorporated as well as data checks and validation throughout Changes in version 0.1.3 - New features: - Added function to get flux factor for migration CRM Changes in version 0.1.2 - Bug fixes: - Added check for 0s in number of turbines in the migration CRM. - Added the foreach package to the DESCRIPTION and fixed a bug with line sampling Changes in version 0.1.1 - New features: - Added function to run the migration collision risk models Changes in version 0.1.0 - First large commit with changes to original Masden & Cook implementation - Changes: - Restructured much of the original code to streamline flux calculations, and probability of collision - Unit tests incorporated to ensure agreement with Band spreadsheet outputs - Model options broken into discrete functions Changes in version 0.0.2 - New features - Created the first iteration of Band option 1 and 2 functions - Bugs fixed - Fixed issues with variable names Changes in version 0.0.1 - First development version - Initial commit with first cleanup of original Masden and Cook functions