Jonah Gabry
Jonah Gabry
#### Summary Very minor doc edit. Adds an additional emphasis to the doc that the `variable` argument must correspond to a scalar. Some confusion about this was brought up in...
#### Summary closes #404, thanks to @ctholley Fixes typo in _pkgdown.yml #### Copyright and Licensing By submitting this pull request, the copyright holder is agreeing to license the submitted work...
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....
#### Submission Checklist - [x] Run unit tests - [x] Declare copyright holder and agree to license (see below) #### Summary Adds `variables` argument to `as_cmdstan_fit()` to allow creating objects...
#### Submission Checklist - [ ] Run unit tests - [x] Declare copyright holder and agree to license (see below) #### Summary Fixes #1094. This does seem to fix #1094,...
closes #409 #### Submission Checklist - [x] Run unit tests - [x] Declare copyright holder and agree to license (see below) #### Summary Removes deprecated arguments and functions in preparation...
It came up in [on the forum](https://discourse.mc-stan.org/t/stan-loading-parsing-issues-on-cran/38750) that CmdStanR not being at v1.0 gives the impression that the API isn't considered stable yet. @andrjohns @SteveBronder what do you think about...
We can use `base::numeric_version()`, `utils::compareVersion()`, or something similar when comparing CmdStan version numbers.