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
v 0.2.1
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
v 0.2.0
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.