bodkan / slendr

Population genetic simulations in R 🌍
https://bodkan.net/slendr
Other
54 stars 5 forks source link

Change handling of output paths #157

Closed bodkan closed 1 week ago

bodkan commented 4 months ago

Draft of the update for the NEWS file of what will eventually become v1.0.

The behavior previously implemented via the output = and ts = arguments of slim() (and msprime()) has been changed to facilitate more straightforward handling of output paths in user-defined SLiM extensions and other packages leveraging slendr for inference. This represents a breaking change in user interfaces of both slim() and msprime() functions:

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 90.41096% with 7 lines in your changes missing coverage. Please review.

Project coverage is 90.65%. Comparing base (6a1f090) to head (3a55cbe). Report is 33 commits behind head on main.

Files with missing lines Patch % Lines
R/slim.R 75.86% 7 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #157 +/- ## ========================================== + Coverage 90.57% 90.65% +0.08% ========================================== Files 11 11 Lines 3184 3190 +6 ========================================== + Hits 2884 2892 +8 + Misses 300 298 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.