stan-dev / rstanarm

rstanarm R package for Bayesian applied regression modeling
https://mc-stan.org/rstanarm
GNU General Public License v3.0
388 stars 133 forks source link

Bring feature/survival up to date with master #607

Closed sambrilleman closed 1 year ago

sambrilleman commented 1 year ago

Brings the feature/survival branch in line with master. Also solves any errors, warnings, and solvable notes in the R CMD CHECK.

jgabry commented 1 year ago

Thanks @sambrilleman!

sambrilleman commented 1 year ago

I had dropped the CI build to only windows to save having to run all the builds. But turns out there is some if condition that skips the testthats on windows I think! Ha. So I think some tests might be failing but only surfaced on Linux/Mac. Hopefully I can find some time to look closer. But at least the r CMD check is passing all the other checks, so that's good at least. And at least it's in sync with master now too.