I have begun to get parsing errors when using various versions of Cmdstan (2.29.1 and beyond) with brms
, along these lines:
-------------------------------------------------
1: Running bin/stanc /tmp/RtmpTWcHVn/model_ba9a4a552b982135385bbfe7ea95274c.stan \
^
2: --auto-format '--canonicalize=deprecations,braces,parentheses'
3: // generated with brms 2.18.8
-------------------------------------------------
Expected "functions {" or "data {" or "transformed data {" or "parameters {" or "transformed parameters {" or "model {" or "generated quantities {".
This appears to be the updating / formatting discussed by Section 34.5 of the Stan User’s Guide, but I would rather just disable it. Is disabling these checks an option, perhaps with a flag in stan_model_args=list(stanc_options ...)
?