Neal Fultz
Neal Fultz
Check for extension parameter on RSQLite::initExtension, and if present, load all default extensions. The handling of extensions in RSQLite changed in version 2.2.11. This PR should allow the usage of...
I got a new computer, and yet again had to install 1.8 GB of extra latex fonts to build vignettes. There has to be a better way. The regular code...
I'm doing some benchmarking on our new cluster, got a few test failures on R CMD check on vclMatrix initialization. `00check.log` is attached. ``` ══ testthat results ═══════════════════════════════════════════════════════════ [ OK:...
Instead of manually implementing english and french in utils.R, we could instead use the built-in gettext functions. See also https://cran.r-project.org/doc/manuals/r-release/R-exts.html#Internationalization and ?gettext
Are there plans to include gRPC service definitions for this package? I only see messages declared in `api.proto`.
Thank you for the useful program. Apologies for the slightly ugly PR, this is my first time using Rust. One day I'll understand why method chains have to end in...
Right now, server mode can only handle one client at a time - the first client must hang up before the server can begin processing the second request. To fix...
It would be sweet if I could click on a line number in the commentary and then the other pane scrolled to that line.
Migrated from R OpenSci slack: Does R-hub support java/rjava ? My package check was fine on winbuilder but failed on r-hub; it had a line about not installing the JRE,...