From 97876c563fc2e0232e4f68c7b8c9e4d873d0f429 Mon Sep 17 00:00:00 2001 From: hugomflavio Date: Sat, 9 Nov 2024 19:08:22 -0400 Subject: [PATCH] bump dev version and add news line --- DESCRIPTION | 2 +- NEWS.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 362c4e0..7b5c2bf 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: actel Title: Acoustic Telemetry Data Analysis -Version: 1.3.0.9014 +Version: 1.3.0.9015 Authors@R: c( person("Hugo", "Flávio", role = c("aut", "cre"), email = "hflavio@dal.ca", comment = c(ORCID = "0000-0002-5174-1197")), diff --git a/NEWS.md b/NEWS.md index 51fb5bf..87fef68 100644 --- a/NEWS.md +++ b/NEWS.md @@ -21,6 +21,7 @@ Enhancements: * New `processInnovaseaFile()` function to handle updated innovasea detection file format (issue [#97](https://github.com/hugomflavio/actel/issues/97)). * New `convertLotekCDMAFile()` function to prepare lotek txt logs for further analyses (issue [#103](https://github.com/hugomflavio/actel/issues/103)). * New `plotDot()` function to help users inspect their spatial.txt files (issue [#55](https://github.com/hugomflavio/actel/issues/55)). + * Improved internal mechanisms for message/warning/debug/stop reporting. new internal function `event()` replaces the old `appendTo()`, `stopAndReport()`, and `emergencyBreak()` (issue [#135](https://github.com/hugomflavio/actel/issues/135)) ## actel 1.3.0