-
Notifications
You must be signed in to change notification settings - Fork 758
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
Comments
Including support for additional custom dependencies. There is a private API we might be able to use. |
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. |
Oh I see, there is also support for custom R dependencies apart from the system dependencies I referenced above. |
* 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()`
Like
check_win_devel()
but on CRAN's new m1 macOS builder (https://mac.r-project.org/macbuilder/submit.html)The text was updated successfully, but these errors were encountered: