diff --git a/DESCRIPTION b/DESCRIPTION index 86d16a98..50b18c46 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ssdtools Title: Species Sensitivity Distributions -Version: 1.0.6.9001 +Version: 1.0.6.9002 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 61f0d2bc..d56084bf 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,19 @@ +# ssdtools 1.0.6.9002 + +- `ssd_hc.fitdists()` and `ssd_hp.fitdists()` now have `root = FALSE` +argument to get estimates based on `ssd_qmulti()` and `ssd_pmulti()` when +`average = TRUE`. +- Added `ssd_wt_est()` to get weights and parameter estimates for distributions. +- Added `ssd_pmulti()`, `ssd_qmulti()` and `ssd_rmulti()` +for weights and parameter estimates for distributions. +- `is_censored()`, `ssd_plot_cf()` and `comma_signif(...)` now warn deprecated unconditionally. +- `plot.fitdists()` now defunct. +- Removed defunct `ssd_cfplot()` +- Removed `ccme_data` and `ccme_boron` data set. + + # ssdtools 1.0.6.9001 - Added David Fox and Rebecca Fisher as co-authors.