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

[Bug]: Logging for missing packages should only show unique set #14

Closed
3 tasks done
cicdguy opened this issue Dec 10, 2023 · 0 comments
Closed
3 tasks done

[Bug]: Logging for missing packages should only show unique set #14

cicdguy opened this issue Dec 10, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@cicdguy
Copy link
Contributor

cicdguy commented Dec 10, 2023

What happened?

The output regarding missing packages should show a unique set.

Relevant log output

Instead of seeing:

Could not find package huxtable (version >= 2.0.0) in any of the repositories.
Could not find package r2rtf (version >= 0.3.2) in any of the repositories.
Could not find package flextable (version >= 0.8.4) in any of the repositories.
Could not find package officer (version >= 0.5.0) in any of the repositories.
Could not find package r2rtf (version >= 0.3.2) in any of the repositories.
Could not find package vdiffr (version >= 1.0.0) in any of the repositories.
Could not find package vdiffr in any of the repositories.

I want to see:

Could not find package huxtable (version >= 2.0.0) in any of the repositories.
Could not find package r2rtf (version >= 0.3.2) in any of the repositories.
Could not find package flextable (version >= 0.8.4) in any of the repositories.
Could not find package officer (version >= 0.5.0) in any of the repositories.
Could not find package vdiffr in any of the repositories.

Code of Conduct

  • I agree to follow this project's Code of Conduct.

Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines.

Security Policy

  • I agree to follow this project's Security Policy.
@cicdguy cicdguy added the bug Something isn't working label Dec 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants