Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
krlmlr created a comment on an issue on tidyverse/duckplyr
Documentation draft: ```r #' @inheritParams dplyr::compute #' @param lazy Set to `TRUE` to return a lazy or `FALSE` to return an eager duckplyr data frame, #' see [ducktbl()]. The default is to...
krlmlr opened a pull request on duckdb/duckdb-r
f rel to parquet options
- **chore: Simplify workaround** - **feat: Internal `rapi_rel_to_parquet()` gains `options` argument** - **feat: New internal `rapi_rel_to_csv()`** - **feat: New internal `rapi_rel_to_table()` and ...krlmlr pushed 1 commit to main tidyverse/duckplyr
- test: Add tests for fallback configuration (#428) 2cd719e
krlmlr pushed 2 commits to f-fallback-config-tests tidyverse/duckplyr
krlmlr pushed 1 commit to main tidyverse/duckplyr
- ci: Copy codecov configuration from r-lib/actions f05c89f
krlmlr created a comment on an issue on tidyverse/duckplyr
Now: ``` r library(duckplyr) #> ✔ Overwriting dplyr methods with duckplyr methods. #> ℹ Turn off with `duckplyr::methods_restore()`. duck_exec("INSTALL httpfs; LOAD httpfs;") duck_exec("SET s3_re...
krlmlr closed an issue on tidyverse/duckplyr
Filter pushdown discrepancy between duckdb and duckplyr
This issue is related to the discussion in this comment: <https://github.com/duckdblabs/duckplyr/issues/145#issuecomment-2120942326> The following code demonstrates the difference in filter pu...krlmlr created a branch on tidyverse/duckplyr
f-fallback-config-tests - A drop-in replacement for dplyr, powered by DuckDB for performance.
krlmlr opened an issue on moodymudskipper/powerjoin
Check failures on R-devel
Root cause: The following code behaves differently in R-devel. ``` r setdiff(data.frame(a = 1:3, b = 2), data.frame(a = 2L, b = 2)) #> $a #> [1] 1 2 3 #> #> $b #> [1] 2 2 2 x <- struct...krlmlr created a comment on an issue on moodymudskipper/powerjoin
Closed in 734e382c4ee3ac08ce9b20fe178fb71e42fac939.
krlmlr closed an issue on moodymudskipper/powerjoin
Build failures on R-devel
The `{package}` notation no longer works in Rd files, need `\pkg{package}` or similar.krlmlr pushed 3 commits to main tidyverse/duckplyr
krlmlr pushed 1 commit to main tidyverse/duckplyr
- feat: New `fallback_config()` to create a configuration file for the settings that do not affect behavior (#426) * u... b65e3d8
krlmlr closed an issue on tidyverse/duckplyr
Easier way to enable fallback reporting?
It would be nice to be able to do something like `duckdb::fallback_reporting(TRUE)`. I think that could write a file to `tools::R_user_dir("duckplyr", "cache")`/`DUCKPLYR_FALLBACK_LOG_DIR` that has...krlmlr closed a pull request on tidyverse/duckplyr
feat: New `fallback_config()` to create a configuration file for the settings that do not affect behavior
Closes #216.krlmlr pushed 3 commits to f-216-fallback-config tidyverse/duckplyr
- fledge: Bump version to 0.99.99.9908 (#427) Co-authored-by: krlmlr <[email protected]> abf809b
- uploading -> autoupload bfbde43
- feat: New `fallback_config()` to create a configuration file e5db7e9
krlmlr pushed 1 commit to f-216-fallback-config tidyverse/duckplyr
- feat: New `fallback_config()` to create a configuration file 1d047ac
krlmlr created a comment on a pull request on tidyverse/duckplyr
In the end, I reworked info and logging and moved a lot of things around in #426 and prior PRs. The configuration is stored in a single DCF file, loaded and applied during package load by setting e...
krlmlr closed a draft pull request on tidyverse/duckplyr
Telemetry features + docs
Fix #216 Fix #338krlmlr pushed 1 commit to f-216-fallback-config tidyverse/duckplyr
- feat: New `fallback_config()` to create a configuration file b261778