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
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions R/stanc_exceptions.R
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
Loading