- Fixed behavior where
clean_otn_deployment
would return different columns if there was no internal transmitter logged. Issue #10; d58e2d4 - Add internal function (
convert_times
) that checks for Excel-formatted date-times and converts accordingly f13f360
- Fleshes out tests to get to 100% coverage (for now!). Note that this is an overestimate as I can't actually get into the QMD files to test.
- Fix bug in
project_contacts
where the merge wasn't actually joing on what I thought it was. ea26c56 - Fix bug in the QMD files that didn't reference new data properly, resulting in repeated summary tables. e7d1368
- Properly handles the situation where no new detections exist. 07d9590
- Fixed bug where CSV deployment metadata were not actually checked for the presence of a header. dc420e6
- Breaks out all of the functions internal to the QMD template. Will allow for clearer errors and more-directed testing.
- As a result, there are new functions! But, be warned: names and arguments are likely to be going through quite a bit of flux as we figure out what each should really be doing.
- Added an initial suite of tests for all functions.
- Changed license to CC-BY
- Fix issue where otndo would get lost when deployment metadata sheet wasn't labeled
- Switch to semantic versioning
- Add figure and table captions
- Runiverse!
- Miscellaneous fixes
- Combine the PIs/POCs of projects with changing staff
- Added a
NEWS.md
file to track changes to the package.