Changes in version 0.3.3 New features - Exported all internal functions, allowing workflows to run directly from the command line. - Introduced new core functions to compare movedesign scenarios. - Added a Download R Script button on the Report tab to replicate the movedesign workflow. Minor improvements - Improved documentation of core functions. Bug fixes - Fixed minor bugs affecting performance. Changes in version 0.3.2 (2025-07-30) New features - Added new core functions that iteratively simulate movement design scenarios. - Added new plotting functions that highlight convergence diagnostics and outputs. - Implemented S3 classes and methods to represent and manage different stages of the study design workflow. Minor improvements - Improved documentation of core functions. - Internal code optimization to reduce redundancy. Bug fixes - Fixed minor bugs affecting plotting and color palettes. - Resolved various small issues to improve function stability and user experience. Changes in version 0.3.1 (2025-06-24) Minor improvements - Reduced file size for CRAN submission. - Updated documentation of functions and missing tags to fit CRAN guidelines. - Added properly-formatted reference DOIs. Changes in version 0.3.0 - Third release of movedesign. New features - Now fully supports multiple simulations within the same workflow. - Added meta-analyses tab. Users can get mean estimates or compare estimates for two different groups (e.g. females/males). - Users can test a specific number of tags, or get the minimum number of tags for a specific output. - Users can propagate estimate uncertainty from the initial dataset into the simulated dataset. Minor improvements - Added outlier plots to Data tabs. - Added warning messages in case of very low effective sample sizes. - Report tab also highlights outputs from meta-analyses. Bug fixes - Fixed issue during data upload due to missing argument (#3). - Fixed Report tab bug, should now display the correct CIs (#3). - Fixed bug where sampling duration/interval did not display correctly (#5). Changes in version 0.2.0 - Second release of movedesign. New features - Began support for multiple simulations within the same workflow. - Expected errors will update to show the mean (and CIs if applicable) for multiple simulations. - Can switch plots for each simulation (both for HR and trajectories). Minor improvements - Updated the tutorial. - Updated installation vignette and documentation. Bug fixes - Fixed tables and blocks for multiple simulations. - Added internal validation steps to stop invalid sampling parameters from crashing the app. Changes in version 0.1.1 New features - Home range plots now also show the true 95% area. - Added citation("movedesign"). Minor improvements - Added a blocks module. - Uploading/selecting data optimized. - Added more alert and error messages when needed. Bug fixes - Uploading incorrectly labeled files no longer crashes the app. - Fixed a bug in table outputs due to version 0.4.4 of reactable. - Main guided tour should correctly follow new changes. - fix_unit() should now deal properly with speed units. - extract_pars() now works with all current movement models. - guess_time() adjusted for short runs. - simulate_gps() should now run properly when dur_unit is changed, and when dur is set to higher values. Changes in version 0.1.0 - Initial release of movedesign. New features - Guided tours now cover all modules. - Report now covers scenario where both questions are requested. - The function guess_time() now works for ctmm::speed() as well. Minor improvements - Changed log-scaling of plot within device tab to scale_x_log10(). - Tests have been added for abbrv_unit() and fix_unit(). - Tests have been added with the shinytest2 framework. Bug fixes - simulate_gps() now works properly within the defined limits. - Fixed a bug with extreme timescale parameters in the sims tab. - Fixed a bug in table outputs in the sims tab. Changes in version 0.0.9 - Added a NEWS.md file to track changes to the package.