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

pak::pkg_deps() only allows for a single package definition #29

Merged
merged 1 commit into from
Sep 6, 2023

Conversation

cpsievert
Copy link
Contributor

@cpsievert cpsievert commented Sep 6, 2023

This PR attempts to fix MacOS install errors that started recently appearing in shinycoreci's test results. Here's an example:

https://github.com/rstudio/shinycoreci/actions/runs/6092922510/job/16532934868#step:12:407

It appears the error is getting thrown by this line in pak::pkg_deps():

https://github.com/r-lib/pak/blob/f7b0dbafd75a939fb6aa4f61e658a58e435ee5e8/R/package.R#L210-L211

Via the action workflow modified in this PR

cc @schloerke

@cpsievert cpsievert merged commit 7dd795b into main Sep 6, 2023
@cpsievert cpsievert deleted the bugfix-macOS-pkg-deps branch September 6, 2023 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant