r2evans
r2evans
`callr::r_bg` always returns 0 even on error, despite R's default behavior (from `?q`: _The default error handler for non-interactive use effectively calls `q("no", 1, FALSE)` and returns error status 1_.)...
I recently asked a [question on StackOverflow](https://stackoverflow.com/q/79744576/3358272) that has to do with including sub-documents from a different path. At the core are a few issues, namely that TeX (and derivates)...
After installing zed, zed-r, and ark, I'm not able to use R. Shutting down the kernel and restarting does not work. ```bash r2@d2mac:~ $ which R /usr/local/bin/R r2@d2mac:~ $ R...
When using `ggh4x::facet_wrap2` in a subplot and combining, it works only if `trim_blank=TRUE` (the default); if I try to preserve blanks then it presents a blank canvas. ```r library(ggplot2) library(patchwork)...
**What aspect of the package is your request related to?** `join` is great but one thing I do very frequently is join on an inequality (range or one-sided). (I could...
### Describe the bug A combination of this and (as an example) `plumber::plumb()` puts R into a state where it cannot be interrupted. `httpgd` alone and `plumber` alone do not...
If I wanted to run the auto rendering/saving without hosting a web server for easier browsing, how would I go about doing that? Due to #215, I'd like to be...
### Describe the bug Sometimes plots (I'm using `ggplot2`, not sure if that's a factor) and/or thumbnails can provide incomplete renderings in Safari. ### To Reproduce ```r library(ggplot2) httpgd::hgd() #...
I'm not certain that the pubkey algorithm is the only issue here, but the uncaught exception coming out before asking for the password and failing immediately after it suggests I...