You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently cmdstan_model() outputs deprecation warning or syntax error and recommends running stanc, which is a completely foreign thing for R users. Improve the message to recommend using $format(..., canonicalize = TRUE, overwrite_file = TRUE).
Also if the session is run interactively, ask the user whether they would like to do canonicalization right away [Y/n], and then run $format(..., canonicalize = TRUE, overwrite_file = TRUE)
Also provide instructions how to make conversion for a larger number of Stan code files.
The text was updated successfully, but these errors were encountered:
Currently
cmdstan_model()
outputs deprecation warning or syntax error and recommends runningstanc
, which is a completely foreign thing for R users. Improve the message to recommend using$format(..., canonicalize = TRUE, overwrite_file = TRUE)
.Also if the session is run interactively, ask the user whether they would like to do canonicalization right away [Y/n], and then run
$format(..., canonicalize = TRUE, overwrite_file = TRUE)
Also provide instructions how to make conversion for a larger number of Stan code files.
The text was updated successfully, but these errors were encountered: