binMatch()
and corMatch()
can now work
with Wave objects without using write.wav = TRUE
. See issue
#21*A few fixes. See issue #18.
*corMatch() and binMatch() now have a “quiet” argument that will suppress console messages when set to TRUE (thanks to GitHub user gannebamm). The unused warn argument has been removed.
*spectro() has a new “…” argument. Now “warn” could be used and passed to binMatch() and corMatch() functions.
*Minor fixes
*The cutw() function was renamed cutWave() in the last version of monitoR to avoid conflict with the cutw() function in the seewave package. The cutw() function has now been removed.
There is now a monitoR mailing list. To subscribe, send a message with the subject “monitoR: subscribe” to sdh11@cornell.edu or jonkatz4@gmail.com. Subscribers will receive an update whenever a new version of the package or new documentation is available.
*New rec.tz argument in fileCopyRename() and templateMatching(). This optional argument can prevent problems resulting from a time zone mismatch between a recorder and R (computer operating system), e.g., when the operating system adjusts its clock for daylight savings but the recorder does not.
*Other minor bug fixes
*The cutw() function has been renamed cutWave() to avoid conflict with the cutw() function in the seewave package. Users can still call cutw() in this version of monitoR (with a warning) but it will be removed in the next update.
Added hours.offset argument to fileCopyRename() for manual override of timezone management.
Global time-zone detection in binMatch() and corMatch() when time.source=“filename”.
Streamlined database functions; most query arguments are now optional.
Added write.wav argument to makeCorTemplate(), makeBinTemplate(), corMatch(), and binMatch. If a Wave object is used for the first argument (clip or survey), these function no longer automatically write the object to file (but will do so if write.wav=TRUE).
makeBinTemplate() New behavior for dens argument: points are now randomly sampled, and repeated selection of an area increases the density.
New function templatePath() for extracting or replacing the paths for Wave files.
Added option to plot template over detections using argument box=“template” in showPeaks().
Initial upload to CRAN.