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

make load_all() work when dependencies are missing and pak is installed. #268

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

olivroy
Copy link
Contributor

@olivroy olivroy commented Jan 24, 2024

Closes #261. fixed the issue for me when calling load_all() with a package with missing dependencies and the prompt to install works and the missing package installs.

@olivroy olivroy changed the title Change pak::pkg_deps() for pak::local_deps(). make load_all() work when dependencies are missing and pak is installed. Jan 24, 2024
@olivroy olivroy marked this pull request as ready for review January 24, 2024 18:31
@lionel- lionel- merged commit 0dee29b into r-lib:main Jan 25, 2024
12 checks passed
@lionel-
Copy link
Member

lionel- commented Jan 25, 2024

Thanks for figuring it out and for the fix!

@olivroy
Copy link
Contributor Author

olivroy commented Jan 25, 2024

is this worth a news bullet?

@lionel-
Copy link
Member

lionel- commented Jan 25, 2024

Sure. The next time can you please add one in your PR? No worries for this time I've just pushed it: 7556a3f

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.

load_all() errors when some packages need to be installed.
2 participants