Jeroen Ooms

Results 244 issues of Jeroen Ooms

Right now we build the full gcc for `x86_64-apple-darwin22-gfortran` to cross compile some fortran code. The latest versions of ubuntu now include the llvm flang toolchain: https://packages.ubuntu.com/noble/flang-16. Is this something...

rig defaults to create a user package library (faq 1). This can be unfortunate on linux, because when GHA runs a workflow inside a the container, it mounts $HOME to...

feature
question❓

See: https://github.com/r-windows/r-devel/actions/runs/7523495967/job/20476942849 ``` Run msys2/setup-msys2@v2 Downloading MSYS2... Extracting MSYS2... Disable Key Refresh... Restoring package cache... Starting MSYS2 for the first time... Disable CheckSpace... Installing additional packages through pacman... Saving package...

It would be nice to get a backtrace in case an example or tests causes a segfault. Similar to this in travis: https://github.com/r-lib/processx/blob/1ca0eacae67004d51b753cfcd20554589287de19/.travis.yml#L27-L48 The MacOS case is the easiest, I...

feature

There has been a request from the R community to support some sort of `sourcepos` feature for latex output, such that we can map problems/typos in latex back to the...

You are only linking to `-lz` on Windows, but it is actually required on all platforms. This leads to linking errors on MacOS if we omit the `-undefined` flag. This...

I would like to use pak for r-universe CI/CD and reverse dependency checks. A problem is that `pak(dependencies = TRUE)` errors if an optional dependency is unavailable. Sometimes a package...

Can we mimic V8 with the emscripten API for wasm workers (one for each context) and `emscripten_run_script_string`? - https://emscripten.org/docs/api_reference/wasm_workers.html - https://emscripten.org/docs/api_reference/emscripten.h.html#c.emscripten_run_script_string

With recent git versions on Linux and Windows we see a timeout (maybe due to user prompt) ```r > ### Name: credential_api > ### Title: Retrieve and store git HTTPS...