gdtools
gdtools copied to clipboard
R utilities for graphical rendering
https://github.com/davidgohel/gdtools/blob/10ba880b7264362bad91ff2567daafc0c303fc7d/R/fonts.R#L159
When tracking down a difference between 2 systems regarding width of a flextable table, I found that the difference could be traced down to `m_str_extents_ ` I get the following...
I received the following error during installation: ``` RcppExports.cpp:397:9: error: ‘resumeJump’ is not a member of ‘Rcpp::internal’ Rcpp::internal::resumeJump(rcpp_result_gen); ``` I updated Rcpp to 1.03 and the installation worked. I'm not...