Hadley Wickham
Hadley Wickham
To avoid potential death of httpbin
https://tech.channable.com/posts/2020-02-05-opnieuw.html
Or move to another package? I now feel like there's less need for them since I think `x %>% .[[1]]` or `x %>%`>`(5)` are just as expressive. I'm a bit...
Can we make this work? ```R 100 %>% sample(10) %T>% browser() %>% sum() ``` The primary challenge is that the first argument to `browser()` is `text`.
So that you can provide a convenient additional argument to functions that otherwise write into the default frame (which will never be correct in a pipe).
https://github.com/fmtlib/fmt It's supposed to be very fast (https://github.com/fmtlib/fmt#speed-tests) and is MIT licensed (rather than Apache).
arrow makes it easy to read directories of files with directory structure like this (supply `"year"` and `"month"` in an argument) ``` 2009/01/data.parquet 2009/02/data.parquet ``` Or like this (where it...
Over in https://github.com/duckdb/duckdb/pull/3718, covr is failing with: ``` Error in `readRDS()`: ! error reading from connection Backtrace: ▆ 1. └─devtools:::test_coverage() 2. └─covr::package_coverage(pkg$path, ...) 3. ├─covr:::merge_coverage(trace_files) at covr/R/covr.R:494:2 4. └─covr:::merge_coverage.character(trace_files) at...