-
-
Notifications
You must be signed in to change notification settings - Fork 269
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
Downstream Deprecated / Expired Syntax #1092
Comments
Wow, thank you @andrjohns! If we need to do another round of notifying maintainers I'm happy to help. |
ctsem is fixed and on cran |
@cdriveraus Unfortunately there is still deprecated array syntax (as well as integer division without |
Ugh. Is there an easy test I can call for this to avoid such silly mistakes? |
The warnings aren't properly displayed in rstan 2.26 (@bgoodri is submitting 2.32 soon which should fix this). In the interim, you can test using either the remotes::install_github("stan-dev/rstan@experimental", subdir="StanHeaders")
remotes::install_github("stan-dev/rstan@experimental", subdir="rstan/rstan") Or by using the parser in mod <- cmdstanr::cmdstan_model(path_to_stanfile, compile = FALSE)
mod$check_syntax() |
EpiNow2 is fixed and on CRAN |
ctsem is too, properly this time, I think ;) |
Thank you, @andrjohns Andrew, for providing the information. I have updated the deprecated syntax for array declarations just in time before the release of Stan 2.33. The 'rmBayes' R package is now available on CRAN. |
Opening this issue to track the status of downstream packages. All dependencies have now had PRs submitted or the maintainers notified.
EDIT: Will now remove rows once packages updated on CRAN
The text was updated successfully, but these errors were encountered: