-
-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix CRAN NOTEs and failures #587
Conversation
Diff inflated due to my IDE stripping whitespace, can view with those filtered out here: https://github.com/stan-dev/rstanarm/pull/587/files?diff=unified&w=1 |
Thanks @andrjohns!! |
FYI that I've just found one more issue that will need to be resolved for 2.26+ (functions in the |
That's all the changes from me!
I've also verified locally that everything compiles and passes under 2.31 as well, so this PR can be considered the minimal changes needed for future compatibility. Let me know if I've missed or can clarify anything @bgoodri diff excluding whitespace changes: https://github.com/stan-dev/rstanarm/pull/587/files?diff=unified&w=1 |
Wow epic stuff @andrjohns - thanks for keeping this thing alive!! 😅 |
Addresses the CRAN notes and
donttest
example failure from #586, and updates theMakevars
files for compatibility with rstan 2.26+