From 35b52aeed769b99a271e544afd0104072f1d3686 Mon Sep 17 00:00:00 2001 From: Joe Thorley Date: Fri, 18 Oct 2024 07:57:37 -0700 Subject: [PATCH] Bump version to 2.0.0.9001 --- DESCRIPTION | 2 +- NEWS.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index dbced6a7..7f34bfb2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ssdtools Title: Species Sensitivity Distributions -Version: 2.0.0.9000 +Version: 2.0.0.9001 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 4339dcb4..b79a6bf8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,10 @@ +# ssdtools 2.0.0.9001 + +- Add `ssd_xxmulti_fitdists()` functions to accept object of class fitdists. + + # ssdtools 2.0.0.9000 - Set `ssd_xxmulti(lnorm.weight = 0)` (instead of 1) to avoid incorrect values.