Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nehill197 committed May 16, 2024
1 parent 7b5154a commit 87ab82b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: extras
Title: Helper Functions for Bayesian Analyses
Version: 0.6.1.9000
Version: 0.7.0
Authors@R: c(
person("Nicole", "Hill", , "nicole@poissonconsulting.ca", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7623-2153")),
Expand Down
9 changes: 6 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# extras 0.6.1.9000

- Same as previous version.
# extras 0.7.0

- Added sensitivity functions to produce list of new parameters that vary standard deviations (`sens_xxx()`).
- Added Skew Normal residual functions (`ran_skewnorm()`, `log_lik_skewnorm()`, `res_skewnorm()`, `dev_skewnorm()`).
- Added Skew Normal distribution functions (`rskewnorm()`, `dskewnorm()`, `pskewnorm()`, `qskewnorm()`).
- Added `log2()<-`, `log10()<-`, `ilog2()`, and `ilog10()` functions
- Added `exp2()` and `exp10()` functions

# extras 0.6.1

Expand Down

0 comments on commit 87ab82b

Please sign in to comment.