Hiroaki Yutani

Results 86 issues of Hiroaki Yutani

## Summary ggplot2 will (hopefully) get `geom_sf_label()` and `geom_sf_text()` for labeling `sf` objects. (c.f. https://github.com/tidyverse/ggplot2/issues/2742#issuecomment-403315573) Are you interested in implementing the `_repel` version of these? Labelling sf objects is a...

enhancement

Sadly, Chartist.js has no feature to add legends. We have to implement by ourselves. > legends are something you can do very easily outside of Chartist, (https://github.com/gionkunz/chartist-js/issues/21#issuecomment-54560054)

enhancement

enhancement

Want to use `data.value` as radius. But I need to look deeper to know if this is possible, since `point` elements seem not to have `radius`; they are represented by...

``` r chartist(data[1:4,1], day) + Pie(labelInterpolationFnc = interp) #> Error in UseMethod("select_") : #> no applicable method for 'select_' applied to an object of class "factor" ```

enhancement

As of rtweet version 0.6.0, we can play with the app already registered by the package author. I've confirmed here: https://github.com/mkearney/rtweet/issues/167 So, the description on Recipe 1 is a bit...

I tried to bump the version, but found this error on Windows with cross-compilation. ### Input C/C++ Header ``` C++ #include ``` or ```C++ #define _CRT_PACKING 8 #pragma pack(push,_CRT_PACKING) typedef...

During comparing `GeomBar` and `GeomCol` on #4921, I found `GeomBar` doesn't have `rename_size = TRUE` specified. I think we can just add `rename_size = TRUE` to `GeomBar` and replace `GeomCol`...