Replies: 1 comment 1 reply
-
|
I think this is out of scope, especially given the decision from ropensci/software-review#430 to impose additional checks on the Stan file before the pipeline begins. I recommend generating those Stan files beforehand if you can. Alternatively, This issue actually came up in #12 because |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This is a usage question, but in a bigger workflow I used
tar_stan_mcmcwith a .stan file that I copy into place during the pipeline run. The prep is handled by a target that outputs the file path but sincetar_stan_mcmcchecks whetherstan_filesis a character vector the check fails b/c it doesn't know about this object...The target:
The error message:
Is there a way to defer the evaluation of
tar_stan_mcmcuntil this can happen correctly or am I just outside of thestantargetsuse case here?Beta Was this translation helpful? Give feedback.
All reactions