Closed xiangpin closed 3 years ago
Thank you so much for working on this! This looks fantastic.
Just a couple of minor things:
NEWS.md
about this change? Thanks
@xiangpin, Wow this is really great, thank you for addressing this longstanding shortcoming.
@IndrajeetPatil, do you know what is going on with all the CI failures. Is that expected?
Can you please make an entry in NEWS.md about this change?
That's a good idea. In addition, I would suggest adding an example in the README.Rmd and also if possible some unit tests
Some of the tests need to be updated because of this change. I can update them once this is merged.
Hello @IndrajeetPatil @const-ae
I have made some updates according to your suggestions.
Makefile
is useful for developers to build
or check
... on the local computer since it can save time by collecting common commands. For example, make all
can replace the R CMD build ...
, R CMD check ...
etc. in this file.NEWS.md
, added an example to the README
, and modified the unit test.best wishes xushuangbin
Excellent. Thanks once again for your contribution! :)
orientation
to control the orientation of the layer (either "x" or "y"). This is useful because some geometric layers can not change the "x" or "y" in themapping
, such asgeom_density_ridges
.orientation
to directly control the orientation of the layer, such asgeom_col
,geom_bar
,geom_bar
... But, when it is also compatible with thecoord_flip
.original
Introducing orientation
Orignal + coord_flip
orientation + coord_flip