- Third release of movedesign.
- 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.
- 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.
- Fixed issue during data upload due to missing argument (#3).
- Fixed Report tab bug, should now display the correct CIs (#3).
- Second release of movedesign.
- 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).
- Updated the tutorial.
- Updated installation vignette and documentation.
- Fixed tables and blocks for multiple simulations.
- Added internal validation steps to stop invalid sampling parameters from crashing the app.
- Home range plots now also show the true 95% area.
- Added
citation("movedesign")
.
- Added a blocks module.
- Uploading/selecting data optimized.
- Added more alert and error messages when needed.
- 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.
- Initial release of movedesign.
- Guided tours now cover all modules.
- Report now covers scenario where both questions are requested.
guess_time()
now works forctmm::speed()
as well.
- Changed log-scaling of plot within device tab to
scale_x_log10()
. - Tests have been added for
abbrv_unit()
andfix_unit()
. - Tests have been added with the
shinytest2
framework.
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.
- Added a
NEWS.md
file to track changes to the package.