Skip to content

Commit

Permalink
Bump version to 1.0.6.9002
Browse files Browse the repository at this point in the history
  • Loading branch information
joethorley committed Nov 8, 2023
1 parent bce6151 commit d856faf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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")),
Expand Down
14 changes: 14 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# 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.
Expand Down

0 comments on commit d856faf

Please sign in to comment.