Trevor L. Davis
Trevor L. Davis
Thanks for your wonderful cjklib and cjknife command-line tool. When making system calls to cjknife to produce IPA for some Pinyin (I'm writing a command-line pinyin drilling program in R)...
I've recently noticed in my knitted README and blog posts that double quoted figure captions in restructuredText documents are now being erroneously converted to html in recent versions of `{knitr}`....
Currently `{ragg}` does not provide full information to the enhanced `dev.capabilities()` feature introduced in R 4.2: * https://developer.r-project.org/Blog/public/2021/12/14/updating-graphics-devices-for-r-4.2.0/ * https://cran.r-project.org/doc/manuals/r-devel/R-ints.html#Device-capabilities ```r ragg::agg_png(tempfile()) print(dev.capabilities()) dev.off() ``` ```r $semiTransparency [1] TRUE $transparentBackground...
Currently `{svglite}` does not provide full information to the enhanced `dev.capabilities()` feature introduced in R 4.2: * https://developer.r-project.org/Blog/public/2021/12/14/updating-graphics-devices-for-r-4.2.0/ * https://cran.r-project.org/doc/manuals/r-devel/R-ints.html#Device-capabilities ```r svglite::svglite(tempfile()) print(dev.capabilities()) dev.off() ``` ```r $semiTransparency [1] TRUE $transparentBackground...
* Currently I observe that `pdf_toc()` only returns the bookmark titles and the nesting hierarchy of bookmarks. * It would be nice if it could also return more [bookmark attributes...
1) `dev.capabilities()` could also be used to query whether the current graphics device supports Unicode. In such a case I'd expect it to return `FALSE` if `pdf()` is the current...
* Only seems to affect MacOS x86 CRAN machine * This ERROR was gone for a while but seems to have returned * Web searching the "error 127" suggests the...
`{ggplot2}` 3.5.0 geoms were updated to accept `grid::pattern()` / gradient fills. `geom_treemap()` could also be updated to accept such fills: * [ ] Bump required ggplot2 version number to v3.5...
* Probably possible to write a custom {ggplot2} Coord layer to add an explicit z-axis: + https://ggplot2.tidyverse.org/reference/ggplot2-ggproto.html