From 815b21692cf2f852aefc37509dfe1cdf781f33e9 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Sat, 25 Jul 2026 15:30:08 +0800 Subject: [PATCH] Items for 2.7.0 submission --- DESCRIPTION | 9 +++++---- NEWS.md | 5 +++++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index eebce2e..041e5b5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", @@ -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"), diff --git a/NEWS.md b/NEWS.md index c452338..b8b7ace 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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