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

Fix failing test coverage checks #7

Open
lshandross opened this issue Jun 21, 2024 · 1 comment
Open

Fix failing test coverage checks #7

lshandross opened this issue Jun 21, 2024 · 1 comment

Comments

@lshandross
Copy link
Collaborator

The test-coverage checks are currently failing (see example from recent pull request here). This may be because this package does not yet have any functions or tests.

@zkamvar
Copy link
Member

zkamvar commented Jul 22, 2024

This could be fixed by adding a function that prints out the description of the packages that are available and then testing that it works.

At the moment, this package is convenient for installing all of the packages, but it cannot yet load them. To do that, we would need to implement the tidyverse strategy of defining a hubverse_attach() function and then putting that inside of an .onAttach() function

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