Closed athowes closed 1 month ago
One way to achieve this is via additional repos argument in DESCRIPTION
We can do this now without waiting for it to be on CRAN
So far I am just trying:
Additional_repositories:
https://github.com/stan-dev/cmdstanr/releases
Looking through GitHub I didn't find instances of use of Additional_repositories with R universe which is what I had been trying to do before (https://stan-dev.r-universe.dev/cmdstanr).
The solution (I think) was to use same approach as primarycensoreddist
.
Also I am trying to move cmdstanr
from Imports to Suggests.
Need to change default away backend = "cmdstanr"
See #143. Eventually we should try to rely on a stable version of
cmdstanr
. This would be required for this package to be on CRAN. One way to achieve this is via additional repos argument inDESCRIPTION
.