diff --git a/DESCRIPTION b/DESCRIPTION index 041e5b5..8c4bd38 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: rstantools Type: Package Title: Tools for Developing R Packages Interfacing with 'Stan' -Version: 2.7.0 +Version: 2.7.1 Date: 2026-07-25 Authors@R: c(person(given = "Jonah", diff --git a/R/stanc_exceptions.R b/R/stanc_exceptions.R index 1709dbb..62507fe 100644 --- a/R/stanc_exceptions.R +++ b/R/stanc_exceptions.R @@ -7,7 +7,7 @@ stanc_exceptions <- list( BINtools = "0.2.0", bmgarch = "2.1.0", bmggum = "0.1.0", - BoundIRT = "0.5.0", + BoundIRT = "0.6.0", BRRAT = "0.0.2", bsynth = "1.0", bws = "0.1.0", @@ -34,7 +34,7 @@ stanc_exceptions <- list( postlink = "0.1.0", psBayesborrow = "1.1.0", publipha = "0.1.2", - SLGP = "1.0.2", + SLGP = "1.1.0", survstan = "0.0.7.1", trialr = "0.1.6", truncnormbayes = "0.0.3",