wjakethompson / measr

R package for the Bayesian estimation of diagnostic classification models using Stan
https://measr.info
GNU General Public License v3.0
10 stars 3 forks source link

Update deprecated syntax for future rstan compatibility #36

Closed andrjohns closed 1 year ago

andrjohns commented 1 year ago

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:

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[bot] commented 1 year ago

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%

:loudspeaker: Thoughts on this report? Let us know!.

andrjohns commented 10 months ago

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

wjakethompson commented 9 months ago

@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 commented 9 months ago

@andrjohns This has made its way to CRAN.