From f32cf14fecf4cdc292f983658dfc5f49e5b079eb Mon Sep 17 00:00:00 2001 From: Joe Thorley Date: Sat, 3 Feb 2024 06:13:17 -0800 Subject: [PATCH] Bump version to 0.0.1.9003 --- DESCRIPTION | 2 +- NEWS.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 4f1b5a2..97b8f68 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: teckfish Title: R Tools for Teck Fish and Aquatic Sciences Projects -Version: 0.0.1.9002 +Version: 0.0.1.9003 Authors@R: c( person("Joe", "Thorley", , "joe@poissonconsulting.ca", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7683-4592")), diff --git a/NEWS.md b/NEWS.md index 56936d6..975b60a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,12 @@ +# teckfish 0.0.1.9003 + +- Return `NA` if less than 90 values after trimming trailing `NA`s. + +- Always trim missing values in tails. + + # teckfish 0.0.1.9002 - Added `interpolate_numeric_vector()` to fill in missing values using linear interpolation.