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

[Feature / Suggestion] Use tibble over data.frame for gh_list_packages() #43

Open
Buedenbender opened this issue Nov 3, 2022 · 0 comments

Comments

@Buedenbender
Copy link

Buedenbender commented Nov 3, 2022

Hi, thank you for this very nice package.

I suppose you want to keep the dependencies to a minimum?
If not a small suggestion. I think its pretty favorable to showcase the output
of gh_list_packages() as a tibble instead of a data.frame, as this massive amount
of data just gets unreadable with the formatting in the console for a data.frame

Output for data.frame
gh_list_packages()

grafik

Output for tibble
gh_list_packages() |> dplyr::as_tibble()

grafik

README.md reference to Gepuro Task Views seems to be broekn404

I was wondering how you generate the list of Github Packages
in the README you state

"Gepuro Task Views provides the list."

However the link seems to be broken (and incomplete)

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

1 participant