Thanks for all your work on this package! I really appreciate the simplicity & tidyverse principles. I hope you don't mind if I jump in!
Presently, printing loaded packages in the console simply dumps their list representation (which can span many pages in larger packages). I think it would be really nice for packages to have a pretty-printed summary by default instead. This is handy for interactive sessions, gives the package a really polished look, and I think it would help with adoption efforts by making things a little less intimidating for new users.
I'll submit a pull request in a sec with a candidate implementation...
Thanks for all your work on this package! I really appreciate the simplicity & tidyverse principles. I hope you don't mind if I jump in!
Presently, printing loaded packages in the console simply dumps their list representation (which can span many pages in larger packages). I think it would be really nice for packages to have a pretty-printed summary by default instead. This is handy for interactive sessions, gives the package a really polished look, and I think it would help with adoption efforts by making things a little less intimidating for new users.
I'll submit a pull request in a sec with a candidate implementation...