paul-buerkner / thurstonianIRT

Fit Thurstonian IRT models in R using Stan, lavaan, or Mplus
GNU General Public License v3.0
30 stars 12 forks source link

Fix Makevars to avoid future CRAN warning #40

Closed jgabry closed 1 year ago

jgabry commented 1 year ago

Hey Paul, CRAN notified me that they are adding a warning when comparing a package version number to a numeric and not a string (e.g. 2.26 vs '2.26'). In the future only strings will be accepted. This PR fixes your Makevars files (that were presumably written by rstantools) to avoid this problem.

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

paul-buerkner commented 1 year ago

Thanks!