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 #36

Merged
merged 10 commits into from Sep 20, 2023
Merged

Update deprecated syntax for future rstan compatibility #36

merged 10 commits into from Sep 20, 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

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!

@codecov
Copy link

codecov bot commented Sep 20, 2023

Codecov Report

Patch coverage is 100.00% of modified lines.

Files Changed Coverage
R/stan-dina.R 100.00%
R/stan-gqs.R 100.00%
R/stan-lcdm.R 100.00%
R/stan-strc.R 100.00%
R/utils-extract.R 100.00%
R/utils.R 100.00%

📢 Thoughts on this report? Let us know!.

@wjakethompson wjakethompson merged commit 924cc9e into wjakethompson:main Sep 20, 2023
10 checks passed
@andrjohns
Copy link
Contributor Author

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

@wjakethompson
Copy link
Owner

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

@andrjohns Yes-- will plan on submitting to CRAN later this week. Thanks!

@wjakethompson
Copy link
Owner

@andrjohns This has made its way to CRAN.

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