Skip to content

Commit

Permalink
Bump version and news
Browse files Browse the repository at this point in the history
  • Loading branch information
seananderson committed Feb 25, 2025
1 parent d5fe590 commit 6d1a8ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: sdmTMB
Title: Spatial and Spatiotemporal SPDE-Based GLMMs with 'TMB'
Version: 0.6.0.9026
Version: 0.6.0.9027
Authors@R: c(
person(c("Sean", "C."), "Anderson", , "[email protected]",
role = c("aut", "cre"),
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# sdmTMB (development version)

* Add time varying AR(1) correlation to tidy() and print() #374
* Add linear component of smoothers to `tidy()`. #90

* Add time varying AR(1) correlation to tidy() and print(). #374

* Add option for random slopes, or random intercepts to be passed in in
`lme4` style formulas, `density ~ (1 | fyear)` or `density ~ (depth | fyear)`,
Expand Down

0 comments on commit 6d1a8ef

Please sign in to comment.