Jeroen Ooms
Jeroen Ooms
Make sure askpass doesn't freeze when it is called in a background task.
```r library(sys) # system2 dies along with the parent proc eval_fork({system2("ping", "localhost", wait = FALSE); Sys.sleep(3)}) # pipe breaks when interrupted, but process lives on! (on OSX at least) eval_fork(exec_wait("ping",...
I'm interested in a discussion group about cross-domain image processing in R, including vision, medical, spatial, graphics. See what's out there, and what's missing.
I would be very interested in a brief tutorial or demo by @jimhester or @kevinushey in debugging a C problem without `printf()`. Preferably on both MacOS and Windows. cc @jennybc....
In order to improve cross-package links in the new single-page-html documentation, CRAN will start showing NOTEs for Rd pages which link to a topic that exists in multiple CRAN packages,...
As discussed earlier, I run into a problem where the resolver hangs if there are too many `repos`. ```r > pak::pkg_install('ATACseqQC', dependencies=TRUE) ✔ Updated metadata database: 5.50 MB in 13...
In RStudio we can do: ```r library(magick) frink
A few test pages: - https://docs.ropensci.org/magick/ (search box is gone?) - https://docs.ropensci.org/jagstargets/ - https://docs.ropensci.org/dynamite/articles/dynamite_priors.html (math seems ok??) - https://docs.ropensci.org/unrtf/ (looks ok?) - https://docs.ropensci.org/mctq/ (no search box, alignment of navbar seems...
Currently there are no stats for bioc packages: https://cranlogs.r-pkg.org/badges/S4vectors Not sure if this data is available from posit/p3m bioc mirrors. Otherwise the data is available from bioc itself, e.g.: -...
### Description Our CI on `macos-14` broke last week because the SDK path to cannot be found. We were using: ```env SDKROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk ``` However this path no longer exists after...