Paul A. Rubin
Paul A. Rubin
Gdebi reports an unsatisfiable dependency: gir1.2-webkit-3.0. The Canonical repo contains gir1.2-webkit2-4.0 (installed on my system) and gir1.2-webkit2-4.1 (not installed).
Loading the `sqldf` package in a Shiny app causes the app not to exit gracefully. This occurs even if the `sqldf()` function itself does not appear in the app, and...
The `ggvis` package includes to functions, `export_png` and `export_svg`, for exporting ggvis plots from code. These functions require two Vega command line programs, `vg2png` and `vg2svg` respectively ([https://github.com/vega/vega#vega-server-side-and-command-line-tools](https://github.com/vega/vega#vega-server-side-and-command-line-tools)). Absent those...
Attempts to run `menugen` from other directories (including, for example, double-clicking the `helloworld` example) fail because line 31 of `menugen` expects `menugenbase` to be in the current directory. A patch...