Jeroen Ooms
Jeroen Ooms
As I understand it, the d3-cloud library only renders a set of `{word, size}` pairs into a chart. It does not actually have any functionality to create these pairs, correct?...
The latest version of jsonlite no longer includes the deprecated `jsonlite::rbind.pages` function. You have already fixed this here, but it is not on CRAN yet. Would it be possible to...
I am trying to build a tool to convert a bunch of png's into a video. I figured the best place to start was the example [api2-decode-encode-video.cpp](https://github.com/h4tr3d/avcpp/blob/master/example/api2-samples/api2-decode-encode-video.cpp) but I don't...
The new version of `commonmark` uses the Github fork of the libcmark library, providing fast and standardized markdown rendering, including support for Github Flavored Markdown extensions (tables, autolinks, strikethough). ```r...
Trying to build on windows with msys2 (`mingw-w64`) fails with: ``` checking for working strtod... yes checking for atexit... yes checking for realpath... no configure: error: The realpath function cannot...
See https://github.com/tesseract-ocr/tesseract/wiki/APIExample
Is there an easy way to call `db.exec` and get the results in the conventional format: ``` json [ { "person" : "jerry", "age" : 34 }, { "person" :...
The poppler library (forked from xpdf) has really neat PDF rendering capabilities with better results than ghostscript. It uses cairo+glib so it might be similar to the `rsvg` delegate. The...
See the documentation on `getPixels()`. And: https://www.imagemagick.org/Magick++/Pixels.html