Jeroen Ooms

Results 244 issues of Jeroen Ooms

On Debian Jessie: ``` bash mod_R.c: In function 'RApache_getServer': mod_R.c:2125:4: warning: implicit declaration of function 'ap_get_server_port' [-Wimplicit-function-declaration] INTMBR("port",ap_get_server_port(MR_Request.r)); ``` On Fedora 21: ``` bash od_R.c: In function 'ReadRequestBody': mod_R.c:792:41: warning:...

Using ``` SetHandler r-info ``` on recent versions of Fedora and CentOS gives: ``` Error in if (is.na(st)) return("NA") : argument is of length zero In addition: Warning message: In...

I would like to use the `SetEnv` directive from [mod_env](https://httpd.apache.org/docs/current/mod/mod_env.html) (included in apache2 base) to pass environment variables to rApache. In particular, I would like to set `R_ENVIRON_USER` and `R_PROFILE_USER`...

Consider the following example: ```sh curl -OL https://cran.r-project.org/src/base/R-3/R-3.4.4.tar.gz tar -xf R-3.4.4.tar.gz ``` This command fails in msys2. The reason is that the archive contains symlinks, but within the archive the...

Follow up on: https://github.com/r-lib/pkgdown/pull/1858. Vignettes that set a custom output prefix (instead of `##`) for example the empty string: ```r knitr::opts_chunk$set(comment = "") ``` This has the unexpected side-effect that...

feature
front end :tulip:

```r > pak::pkg_install('magick') ⠋ Updating metadata [0/6] | Downloading [0 B / 0 B] Found Updating local metadata database ... done → Will install 4 packages. → Will download 4...

bug

The 1.7MB svg ragg logo is causing high loading times on some devices. https://raw.githubusercontent.com/r-lib/ragg/HEAD/man/figures/logo.svg

Trying to build `spongedown` from cargo gives me: ``` Compiling clap v2.31.2 Compiling csv v0.15.0 Compiling pest_derive v1.0.7 Compiling comrak v0.2.10 Compiling spongedown v0.3.0 error[E0063]: missing field `smart` in initializer...

These are becoming common now in the tidyverse.