David C Hall

Results 26 comments of David C Hall

👍 +1 google scholar 👍 +1 Mendeley

To understand the motivation with a more fleshed out example, please take a look at [this vignette](https://davidchall.github.io/ggip/articles/ggip.html). This package solves the problem using an vctrs-based class that behaves effectively like...

Hi @teunbrand - thank you for digging into this problem so deeply! It turned out to be quite complex, so I can understand if you wouldn't want to merge this....

@lionel- I've also experienced this issue with the latest rlang. *Update:* I found I could fix it by setting `.frame = current_env()`. Perhaps {cli} could set `.frame = caller_env()` when...

Hi @gaborcsardi - sorry, that example was demonstrating the desired solution but not really the motivation. Here's a more fleshed out example. I'm the maintainer of [{jinjar}](https://davidchall.github.io/jinjar/) for Jinja-like templating...

I'd recommend something like what [XE uses](http://www.xe.com/currencycharts/?from=GBP&to=USD&view=1W). That is, a timeline with slider above and a minimap below to select the range of the timeline.

In case it helps anyone here, I recently started using [{checkmate}](https://mllg.github.io/checkmate/) instead of {assertthat}. Pros: * Each check gets 3 forms: `test_` (return boolean), `assert_` (raise error), and `expect_` (testthat...

I'd also find this feature really helpful 🤞 I could imagine `named = c("any", "all", "none", "impute")` where the current default behavior is maintained and the `named = TRUE` is...

LHAPDF 6.5.2 [significantly changed](https://gitlab.com/hepcedar/lhapdf/-/merge_requests/36/diffs#f52b2582bc5101a17a36f2a6a3231facccdc6c27) how the Python module is distributed (stopped using distutils), which has broken the homebrew-hep installation. The new way seems to make a lot of assumptions about...

Replaced by #262