Another ggplot2 extension with a similar motivating ethos: #200
BajczA475
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
Hi Alex, Thanks for thinking about me when considering collaborators/contributors/bug finders. Cheers, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
...that ethos being "The stuff I wanted to easily do in ggplot2 but couldn't."
I'm sharing this in the hopes of finding a collaborator/contributor/bug finder familiar enough with ggplot2's inner workings to help me get my package into a more production-ready state.
The TL:DR is that I recently did a deep dive in "graph design best practices" and wanted to carry forward what I learned into ggplot2, which proved to be much harder than I was expecting, so I started trying to assemble tools that would do the heavy lifting for me. Those tools are now amassed in a nascent package I'm calling ggplot.plus: https://github.com/MAISRC/ggplot_plus.
A walking tour of what the package can currently do/my vision for the package can be skimmed here: https://maisrc.github.io/ggplot_plus/
I'm not a programmer by training, and this is my first attempt at developing an R package, so I think my code is bug-ridden, hacky, and fragile in all kinds of ways that I think only a ggplot2 pro might be able to help sort out. But I'd take any/all help I can get!
My medium-term goal would be to publish on this work, so future co-authorship is a possibility, if that entices anyone!
Beta Was this translation helpful? Give feedback.
All reactions