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

BiocManager::valid() does not check for 'missing' dependencies #154

Open
mtmorgan opened this issue Jan 24, 2023 · 1 comment
Open

BiocManager::valid() does not check for 'missing' dependencies #154

mtmorgan opened this issue Jan 24, 2023 · 1 comment

Comments

@mtmorgan
Copy link
Collaborator

Suppose Package A depends on B depends on C. The user installs A (hence B & C) then removes B. BiocManager::valid() does not detect this situation, because A and C are at the most recent version, but the installation is clearly broken.

I would be happy to work on a pull request if this is useful.

@LiNk-NY
Copy link
Contributor

LiNk-NY commented Jan 24, 2023

Hi Martin, @mtmorgan

I think this would be useful if not too onerous to check.

PS. The docs should be more accurate about the ... param in ?valid().

Thank you!

-Marcel

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

No branches or pull requests

2 participants