hubverse-org / hubverse

Easily install and load packages from the hubverse
https://hubverse.io/en/latest/index.html
Other
0 stars 0 forks source link

Fix failing test coverage checks #7

Open lshandross opened 4 months ago

lshandross commented 4 months ago

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 commented 3 months ago

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