Replies: 1 comment 10 replies
-
I like this idea! From a practical standpoint, I agree that it'd probably only make sense for a limited number of extension points like Facets and Positions (but not Stats, for reasons you state). I think it also helps that Facets and Positions are often written in ways such that they don't have external dependencies, so should be easier to stick a bunch of them into a single package. I can see a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It seems to me that extension packages generally come in a limited amount of genres. We have:
I'm wondering whether it would be good in terms of ggplot2 ecosystem to break up the wild misc packages and repurpose their content into domain-like packages. For example, I can see
ggh4x::facet_nested()
,ggforce::facet_zoom()
nucleating a facet package, but also a position package, or a stats package etc. Maybe stats is a little bit too unconfined and just yields another misc package 😅I'd see these packages as sort of co-authored, so for developers the benefit is that the burden of maintaining the package can be shared among others.
The benefit for users is that they don't have to search 5 misc packages for a particular functionality.
Beta Was this translation helpful? Give feedback.
All reactions