Skip to content

Commit a4065e8

Browse files
committed
prepare to upload to CRAN
1 parent 7a3cffd commit a4065e8

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

DESCRIPTION

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: rstanarm
22
Type: Package
33
Title: Bayesian Applied Regression Modeling via Stan
44
Version: 2.17.4
5-
Date: 2018-04-04
5+
Date: 2018-04-12
66
Authors@R: c(person("Jonah", "Gabry", email = "jsg2201@columbia.edu", role = "aut"),
77
person("Imad", "Ali", role = "ctb"),
88
person("Sam", "Brilleman", role = "ctb"),
@@ -20,6 +20,8 @@ Authors@R: c(person("Jonah", "Gabry", email = "jsg2201@columbia.edu", role = "au
2020
person("Brian", "Ripley", role = "cph",
2121
comment = "R/stan_aov.R, R/stan_polr.R"),
2222
person("William", "Venables", role = "cph", comment = "R/stan_polr.R"),
23+
person("Paul-Christian", "Burkner", email = "paul.buerkner@gmail.com",
24+
role = "cph", comment = "R/misc.R"),
2325
person("Ben", "Goodrich", email = "benjamin.goodrich@columbia.edu",
2426
role = c("cre", "aut")))
2527
Description: Estimates previously compiled regression models using the 'rstan'

inst/NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Thu April 12 2018 (2.17.4)
2+
1. Major bug fixes:
3+
* stan_jm and stan_mvmer now correctly include the intercept in the longitudinal submodel
4+
2. New features and arguments:
5+
* QR = TRUE no longer ignores autoscale and has new behavior when autoscale = FALSE
6+
* posterior_linpred now has a draws argument like for posterior_predict
7+
* Dynamic predictions are now supported in posterior_traj
8+
* Compatible with loo >= 2.0
9+
110
Sat February 16 2018 (2.17.3)
211
1. Build fixes for Solaris and avoid a test failure
312

0 commit comments

Comments
 (0)