-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove cmdstanr
remote dependency
#147
Comments
We can do this now without waiting for it to be on CRAN |
So far I am just trying:
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). See r-lib/remotes#618. |
The solution (I think) was to use same approach as Also I am trying to move |
Need to change default away |
* Remove cmdstanr from Remotes * Move into Additional_repositories * Use stable release version rather than latest * Use R universe version of cmdstanr and add to GH actions * Move cmdstanr from Imports to Suggests * Remove import statement in package
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
.The text was updated successfully, but these errors were encountered: