MacOS

I grabbed the arm build (edit: Apple Silicon, M1 ) from here Releases · stan-dev/cmdstan · GitHub and it runs.
I did the following

  1. Make - which returned no errors
  2. make examples/bernoulli/bernoulli which throws a bunch of errors around sprintf. Some dire security warnings.
  3. examples/bernoulli/bernoulli sample data file=examples/bernoulli/bernoulli.data.R , runs the example model. Looks like it sampled correctly.

I have the cmd folder in my Documents folder, not sure if it matters where it lives. Let me try building my own model and see what happens.