Skip to content
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

check_mac_devel() #2375

Closed
jimhester opened this issue Sep 23, 2021 · 3 comments · Fixed by #2387
Closed

check_mac_devel() #2375

jimhester opened this issue Sep 23, 2021 · 3 comments · Fixed by #2387
Labels
feature a feature request or enhancement

Comments

@jimhester
Copy link
Member

Like check_win_devel() but on CRAN's new m1 macOS builder (https://mac.r-project.org/macbuilder/submit.html)

@jimhester jimhester added the feature a feature request or enhancement label Sep 23, 2021
@hadley
Copy link
Member

hadley commented Nov 15, 2021

Including support for additional custom dependencies. There is a private API we might be able to use.

@jimhester
Copy link
Member Author

The custom dependencies stuff is documented at https://github.com/R-macos/recipes. But I don't think that part it is something we can really automate. We can certainly include a link in the documentation to that repo however.

@jimhester
Copy link
Member Author

Oh I see, there is also support for custom R dependencies apart from the system dependencies I referenced above.

jimhester added a commit that referenced this issue Nov 24, 2021
* Add check_mac_release function to submit to the mac builder

Fixes #2375

* Updates after review

- Removed the email argument
- added support for custom dependencies
- added `task` argument to `stop_for_status()`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants