I am developing a ggplot2 extension (gglyph) and would like to use the repel algorithm from ggrepel. I am able to get desired results even though I am trying to repel polygon grobs instead of text grobs.


Are you still considering exporting ggrepel:::repel_boxes2() ? or can I copy the necessary code in my package with attribution as in the case of metacoder and as discussed in #88 ?
I am developing a
ggplot2extension (gglyph) and would like to use the repel algorithm fromggrepel. I am able to get desired results even though I am trying to repel polygon grobs instead of text grobs.Are you still considering exporting
ggrepel:::repel_boxes2()? or can I copy the necessary code in my package with attribution as in the case of metacoder and as discussed in #88 ?