rstan icon indicating copy to clipboard operation
rstan copied to clipboard

Clarify that read_stan_csv does not work with recent CmdStanR CSVs

Open jgabry opened this issue 2 months ago • 0 comments

We can't guarantee that read_stan_csv will work with CSV files generated by recent (or future) versions CmdStanR. This PR adds a note in the documentation to warn users about this. The function still works with files generated by RStan when sample_file is specified, so we shouldn't actually deprecate it, but users continue try to use it with CmdStanR CSVs so we should mention this in the doc.

closes https://github.com/stan-dev/rstan/issues/1133

jgabry avatar Oct 30 '25 19:10 jgabry