cbergmeir / Rlgt

Rlgt is an R package for Bayesian Exponential Smoothing
20 stars 11 forks source link

Fix Makevars to avoid future CRAN warning #5

Closed jgabry closed 1 year ago

jgabry commented 1 year ago

CRAN is adding a warning if package version numbers are not strings (e.g. 2.26 vs '2.26'). This PR fixes your Makevars file to avoid this warning.

We are also updating the code in rstantools so that future Makevars files written by rstantools will avoid this problem.

cbergmeir commented 1 year ago

Thanks! We've merged it.