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

Split the ggplot-related functions into a separate package? #95

Open
gavinsimpson opened this issue Apr 12, 2019 · 1 comment
Open

Split the ggplot-related functions into a separate package? #95

gavinsimpson opened this issue Apr 12, 2019 · 1 comment
Milestone

Comments

@gavinsimpson
Copy link

The ggplot-based functions in metR are really very useful, and not just for metR, but for many other packages. However, adding a dependency on metR adds a long chain of other dependencies, many of which have nothing to do with the ggplot parts. This makes me somewhat reticent to base packages I write metR just to use a single geom (in my case I'd really like to use the contour labelling geoms).

Would you ever consider unbundling the ggplot-based parts of metR into separate package(s) that metR would import from and thus allow other package developers to import from also?

@eliocamp
Copy link
Owner

Yes. metR grew more or less organically from my needs as a researcher so it's somewhat eclectic. Exploding it into it's components could be a good idea. Another option is to move more dependencies to Suggests and add the relevant checks.

I'll consider it. But being a rather involved process, I'm afraid it won't be quick 😅

@eliocamp eliocamp added this to the 0.5.0 milestone Jul 12, 2019
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

2 participants