Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Package: rstantools
Type: Package
Title: Tools for Developing R Packages Interfacing with 'Stan'
Version: 2.6.0.9000
Date: 2026-01-10
Version: 2.7.0
Date: 2026-07-25
Authors@R:
c(person(given = "Jonah",
family = "Gabry",
role = c("aut", "cre"),
role = "aut",
email = "jgabry@gmail.com"),
person(given = "Ben",
family = "Goodrich",
Expand All @@ -18,7 +18,8 @@ Authors@R:
email = "mlysy@uwaterloo.ca"),
person(given = "Andrew",
family = "Johnson",
role = "aut"),
role = c("aut", "cre"),
email = "andrew.johnson@arjohnsonau.com"),
person(given = "Hamada S.",
family = "Badr",
role = "ctb"),
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# rstantools (development version)

# rstantools 2.7.0

* Remove BH & RcppEigen from Suggests by @VisruthSK in #158
* Allow deprecated Stan syntax for specified versions of specified packages by @andrjohns in #154

# rstantools 2.6.0

* New pkgdown theme by @VisruthSK in #141
Expand Down
Loading