Skip to content

Commit 884e5a3

Browse files
committed
Bump version and news
1 parent 90822e4 commit 884e5a3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: sdmTMB
33
Title: Spatial and Spatiotemporal SPDE-Based GLMMs with 'TMB'
4-
Version: 0.6.0.9013
4+
Version: 0.6.0.9014
55
Authors@R: c(
66
person(c("Sean", "C."), "Anderson", , "sean@seananderson.ca",
77
role = c("aut", "cre"),

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# sdmTMB (development version)
22

3+
* Fix bug in `s95` param reporting from the `tidy()` method. `s95` is present
4+
in the logistic threshold models. The model itself was fine but the `s95`
5+
parameter was supposed to be reported by `tidy()` as a combination of two
6+
other parameters. This also affected the output in `print()`/`summary()`.
7+
38
* Add `return_tmb_report` to `simulate.sdmTMB()`.
49

510
* Add `newdata` argument to `simulate.sdmTMB()`. This enables simulating on

0 commit comments

Comments
 (0)