Josh Errickson
Josh Errickson
Am I missing an automatic way to flag specific files which should be included in the built site? I'm trying to use the pkgdown site as a [drat](https://eddelbuettel.github.io/drat/) repository, and...
Is there a way to use `expect_output` to check for the absence of a particular regexp? I'd like to check if particular inputs/arguments suppress certain parts of the output, so...
### Issue description Is there a way to pass command-line switches if opening Emacs via Emacs.app instead of at the terminal? E.g. `emacs -bg '#17191a'` launches GUI Emacs with that...
Currently, if you have multiple `microbenchmark` objects, `rbind` can combine the objects to produce a single output: ```r > mb1 mb2 rbind(mb1, mb2) Unit: microseconds expr min lq mean median...
`solve()` will sometimes produce an undesirable result when the matrix is singular but the determinant is extremely close but not equal to 0. ```r > a a[1] det(a) [1] 2.926638e-12...
In the past, if a user tried to pass something impossible (e.g. `pairmatch(pr ~ cost, controls = 100, data = nuclearplants)`), they'd get the following: ``` ## Error in pairmatch.matrix(m,...
An issue thread to discuss the merge of node price and master branches.
- [x] `optmatch_same_distances` should be able to take two optmatch objects. Make it S4 generic? - [ ] Does not work with `c.optmatch`. Should it a) Refuse to operate and...
A colleague of mine responded to a client email with the advice to run `match_on` first and pass that to `fullmatch`. There were no complications on the match that would...
This is a bit confusing, so bare with me. I came across this discrepancy: ``` > fullmatch(pr ~ cost, data = nuclearplants, within = exactMatch(pr ~ pt, data = nuclearplants))[27:32]...