Open
Description
In the current README.Rmd, some stan code is executed directly and so is not clear from a replication standpoint in the README.md
Under the stan model, may I suggest adding that it can be stored as a string in (ABC_stancode) and then that something like ABC_stan <- rstan::stan_model(model_code = ABC_stancode)
or such. That way those hoping to run the sampling()
lines are aware of how to produce the stan model.
Also, making the imports visible would help (me at least) as I don't inherently know all of the functions so have to hunt for them if the imports aren't shown.