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
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: rstantools
Type: Package
Title: Tools for Developing R Packages Interfacing with 'Stan'
Version: 2.4.0.9000
Date: 2024-01-22
Version: 2.5.0
Date: 2025-09-03
Authors@R:
c(person(given = "Jonah",
family = "Gabry",
Expand Down
15 changes: 8 additions & 7 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# rstantools 2.4.0.9000

Items for next release go here

* Extended `loo_pit()` for discrete data.
* Fix regression (introduced in 2.4.0) in the compilation of packages with
custom Stan functions by @mcol in #137
# rstantools 2.5.0

* Extended `loo_pit()` for discrete data by @TeemuSailynoja in #121
* Add `loo_epred()` by @avehtari in #122
* Fix stanfunctions failures with new Stan RNG by @andrjohns in #125
* Add handling for new RNG type in Stan by @andrjohns in #126
* Fix regression (introduced in 2.4.0) in the compilation of packages with custom Stan functions by @mcol in #137
* Fix roxygen2 warning by @mcol in #136

# rstantools 2.4.0

Expand Down
2 changes: 1 addition & 1 deletion R/bayes_R2.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#' Andrew Gelman, Ben Goodrich, Jonah Gabry, and Aki Vehtari (2019). R-squared
#' for Bayesian regression models. *The American Statistician*, 73(3):307-309.
#' DOI: 10.1080/00031305.2018.1549100.
#' ([Preprint](http://www.stat.columbia.edu/~gelman/research/published/bayes_R2_v3.pdf),
#' ([Preprint](https://sites.stat.columbia.edu/gelman/research/published/bayes_R2_v3.pdf),
#' [Notebook](https://avehtari.github.io/bayes_R2/bayes_R2.html))
#'
#'
Expand Down
3 changes: 1 addition & 2 deletions man-roxygen/reference-randomised-pit.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#' @references Czado, C., Gneiting, T., and Held, L. (2009).
#' Predictive Model Assessment for Count Data.
#' *Biometrics*. 65(4), 1254-1261.
#' doi:10.1111/j.1541-0420.2009.01191.x.
#' Journal version: <https://doi.org/10.1111/j.1541-0420.2009.01191.x>
#' \doi{10.1111/j.1541-0420.2009.01191.x}.
2 changes: 1 addition & 1 deletion man/bayes_R2.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions man/loo-prediction.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading