Martin Soderstrom
Martin Soderstrom
I'm facing the same issue on the same setup as @jzadra. Any thoughts on how to address this is greatly appreciated!
@leeper Yes, on Mac. Followed same procedure as @jzadra and @jrcunning. Session info: R version 3.3.2 (2016-10-31) Platform: x86_64-apple-darwin13.4.0 (64-bit) Running under: macOS Sierra 10.12.3 locale: [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8 attached base...
@loretoparisi Thanks a bunch!
Running into the same problem despite trying @MK212 's approach. Sessioninfo below: ``` > sessionInfo() R version 3.6.1 (2019-07-05) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 18362) Matrix...
Calling `extrafont::loadfonts(device="win")` solved the issue for me. Only needed once.
I'd like to echo @juba 's comment. From a user perspective, I prefer `%>%` over `+` for consistency with the tidyverse (plus, I never liked switching to `+` in a...