Skip to content

Commit cefdb0e

Browse files
committed
Bump version; rearrange news
1 parent 5b27b29 commit cefdb0e

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
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.9025
4+
Version: 0.6.0.9026
55
Authors@R: c(
66
person(c("Sean", "C."), "Anderson", , "sean@seananderson.ca",
77
role = c("aut", "cre"),

NEWS.md

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

3+
* Add time varying AR(1) correlation to tidy() and print() #374
4+
5+
* Add option for random slopes, or random intercepts to be passed in in
6+
`lme4` style formulas, `density ~ (1 | fyear)` or `density ~ (depth | fyear)`,
7+
Matches output of `lme4` and `glmmTMB`, and summarizes output with `tidy()`.
8+
39
* Warn if parameter limits are set with `newton_loops > 0`. #394
410

511
* Allow for specifying only lower or upper limits. #394
@@ -68,13 +74,6 @@
6874
dataframe to be used for area weighting. Used in `get_index()`,
6975
`get_cog()`, `get_eao()`, etc.
7076

71-
* Add time varying AR(1) correlation to tidy() and print() #374
72-
73-
* Add option for random slopes, or random intercepts to be passed in in
74-
`lme4` style formulas, `density ~ (1 | fyear)` or `density ~ (depth | fyear)`,
75-
Matches output of `lme4` and `glmmTMB`, and summarizes output with `tidy()`.
76-
77-
7877
# sdmTMB 0.6.0
7978

8079
* Pass several arguments to `DHARMa::plotQQunif()`.

0 commit comments

Comments
 (0)