David Gohel
David Gohel
I activated the 'embed font' option in the `coco.docx` with Word, not with officer. I ran the code with the code of your branch. So something does not work. You...
Let me know if you want to re-open the PR. I am not able to make it work for now. Also I did try to add this feature in the...
ha, ok I will try to fix soon
I am not able to reproduce. It works with the github commit that was supposed to fix it: ``` nix-shell -p R -p '(rPackages.officer.overrideAttrs (_: {src = (fetchTarball "https://github.com/davidgohel/officer/archive/dbb27faa10e6a520092716748992d69271bf3c94.tar.gz");}))' --run...
@natashanath @nviets could you provide something that helps me to reproduce?
don't need to apologise :) But I did try to add this feature in the past without success and your PR did not work for me neither.
Hello @trekonom I think it's OK to PR your proposition, it looks good to me. I tested it and it worked perfectly.
Comments can now be added to an existing paragraph thanks to @trekonom
The issue here is that last circle shape (2020) is above all others. You can work around that by sorting the data by z ascending: ```` library(ggiraph) library(tidyverse) df mutate(...
Yep, and for example 1994 is removed. That's why I added a limit (you removed it), I think ggplot or grid is cropping the shapes that are overlaid. Without ggiraph,...