-
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
* 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 Former-commit-id: 82a8496410e085d1473884d2053aeeaf6098f881 [formerly 0ea27be8098a9c67d003a259a5667e55c9ce2af3] Former-commit-id: 19a0530e82757681e05176ba39546e99b3b85ec1
* 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 Former-commit-id: 6ee9839 Former-commit-id: 7d9b5e32d8be79d554b92b7f7b7bdaa3f07eeddf
* 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 Former-commit-id: 6ee9839 Former-commit-id: 7d9b5e32d8be79d554b92b7f7b7bdaa3f07eeddf
* 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 Former-commit-id: 6ee9839 Former-commit-id: 7d9b5e32d8be79d554b92b7f7b7bdaa3f07eeddf
* 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 Former-commit-id: 82a8496410e085d1473884d2053aeeaf6098f881 [formerly 0ea27be8098a9c67d003a259a5667e55c9ce2af3] Former-commit-id: 19a0530e82757681e05176ba39546e99b3b85ec1
* 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 Former-commit-id: 82a8496410e085d1473884d2053aeeaf6098f881 [formerly 0ea27be8098a9c67d003a259a5667e55c9ce2af3] Former-commit-id: 19a0530e82757681e05176ba39546e99b3b85ec1 Former-commit-id: 88f0953
* 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 Former-commit-id: 6ee9839 Former-commit-id: 7d9b5e32d8be79d554b92b7f7b7bdaa3f07eeddf Former-commit-id: bde4c96ef6c5a1db1f33a65eee29cbe8a987f296 [formerly 5d1af31] Former-commit-id: a4407652c81af30af0071da5568ea77bd0e8478c
* 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 Former-commit-id: 6ee9839 Former-commit-id: 7d9b5e32d8be79d554b92b7f7b7bdaa3f07eeddf Former-commit-id: bde4c96ef6c5a1db1f33a65eee29cbe8a987f296 [formerly 5d1af31] Former-commit-id: a4407652c81af30af0071da5568ea77bd0e8478c
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: