Skip to content
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

Update deprecated syntax for future rstan compatibility #3

Merged
merged 1 commit into from Sep 9, 2023
Merged

Update deprecated syntax for future rstan compatibility #3

merged 1 commit into from Sep 9, 2023

Conversation

andrjohns
Copy link
Contributor

Now that rstan 2.26 is available on CRAN we need to update the deprecated syntax in your package's Stan models, otherwise it will fail to install with an upcoming version of RStan.

The following updates have been made:

  • New array syntax

Your package was also missing the configure scripts needed for rstantools to maintain your package's compatibility with the new versions of rstan & StanHeaders, so I've added those as well

More information about the deprecated and removed syntax in Stan can be found here:

If you could merge and submit to CRAN soon, it would be greatly appreciated.

Let me know if you have any questions about these changes.

Thanks!

@dmenne dmenne merged commit af7781c into dmenne:main Sep 9, 2023
8 checks passed
@andrjohns
Copy link
Contributor Author

@dmenne would it be possible to push these changes to CRAN soon? Otherwise your package will break with the next rstan version

@dmenne
Copy link
Owner

dmenne commented Jan 13, 2024

Sorry, I forgot, thanks for the reminder. Uploaded and waiting for confirmation

@andrjohns
Copy link
Contributor Author

No worries, much appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants