Jeroen Ooms
Jeroen Ooms
Basically backport of https://github.com/freetype/freetype/commit/5931268 / https://github.com/emscripten-ports/FreeType/commit/5931268eec We want to avoid publicly exporting the `TYPEOF` macro which conflicts with other libraries. . IIUC the header here is the one that gets...
The [V8 package](http://cran.r-project.org/web/packages/V8/vignettes/v8_intro.html) (a fully standalone JavaScript engine in R) is pretty stable by now. If you have some JavaScript scripts or libraries that you would like to expose in...
We (well, mostly @hadley) are working on better database integration in R. The relational stuff (mysql, postgre, sqlite) is under the @rstats-db organization. It also has the new [SQL](https://github.com/rstats-db/SQL) package...
- Linux 101 - How to choose a distribution - Package management and dependencies - SSH and private key authentication - rstudio server - R packages that depend on external...
I started a [new repository](https://github.com/rwinlib) with windows builds of popular C libraries used by R packages. These are static libraries that work with the [Rtools](http://cran.r-project.org/bin/windows/Rtools/) compiler, similar to BDR's [goodies](http://www.stats.ox.ac.uk/pub/Rtools/goodies/multilib/)...
Is it possible to make libgit2 authenticate using credentials that the user has previously stored via the command line git? Specifically [Git for Windows](https://github.com/git-for-windows) defaults to storing credentials in *Git...
MacOS has some options stored in `/Library/Developer/CommandLineTools/usr/share/git-core/gitconfig` by default. It seems this is apple's `GIT_CONFIG_LEVEL_SYSTEM` however these are not found by `git_config_open_default()` or `git_repository_config()` in libgit2. Somewhat interestingly, even git...
Running `R CMD check --no-build-vignettes` on a package which has a vignette with a `'''{r error=TRUE}` block results in a check error because R script that was purl'ed from the...
## Description When `data-scroll-to="tooltip"` the page scrolls to set the tooltip somewhere in the middle instead of at the top. ## Expected Behavior When `data-scroll-to="tooltip"` scroll to the point where...
See also: https://github.com/jeroen/curl/issues/350 It turns out RHEL 9 now has two different versions of libcurl, and the default one does not enable smpt. Users might then get an error like...