I have searched the forum, but have been unable to find documentation to answer/demonstrate my question.
Is it possible to use cmdstanr
inside of R packages like rstan
may currently be used with rstandevtools
?
If so, would somebody please point me towards the documentation and also provide search tips so I can improve my Google ninja skills.
(As an FYI, I’m working debugging/profiling a model in an R package and cmdstanr takes ~2 seconds to run a model that takes ~90 seconds to with rstan
).