Replies: 2 comments 1 reply
|
Lines 477 to 483 in ec5b5e2 |
0 replies
|
I wanted to use {loo} which needs a stanfit objects. This object can be created from the new R6, but it looks like the csv's are needed for it. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I ran a stan model a while back using cmdstanr and stantargets and have now tried to use tar_load to start working again on model objects that are cached.
I am running into a problem that the csv's that are associated with the cmdstanr object are missing, or at least cmdstanr is looking for them in the wrong place (tempdir()).
does stantargets store the csv's in another place when caching?
All reactions