StanJulia / StanSample.jl

WIP: Wrapper package for the sample method in Stan's cmdstan executable.
MIT License
18 stars 4 forks source link

Fix dangling method: update_R_files #53

Closed andrewjradcliffe closed 2 years ago

andrewjradcliffe commented 2 years ago

As v4.6.0 of StanBase eliminates update_R_files, StanSample must also eliminate support for R files. Attempting to issue use_json=false yields an error stemming from the lack of a stan_dump method in StanBase. These commits enforce this change in StanSample. Furthemore, I recommend that StanSample update the StanBase dependency version to v4.6.0 in order to clarify that update_R_files is truly not supported.

goedman commented 2 years ago

@andrewjradcliffe Thanks a lot Andrew! StanBase has been merged, StanSample hopefully in the next 30 mins.