Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

krlmlr

krlmlr pushed 1 commit to main tidyverse/duckplyr

View on GitHub

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...

View on GitHub

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 created a branch on duckdb/duckdb-r

f-rel-to-parquet-options - The duckdb R package

krlmlr pushed 1 commit to main tidyverse/duckplyr
  • test: Add tests for fallback configuration (#428) 2cd719e

View on GitHub

krlmlr deleted a branch tidyverse/duckplyr

f-fallback-config-tests

krlmlr closed a pull request on tidyverse/duckplyr
test: Add tests for fallback configuration
krlmlr pushed 2 commits to f-fallback-config-tests tidyverse/duckplyr
  • ci: Copy codecov configuration from r-lib/actions f05c89f
  • test: Add tests for fallback configuration 0a78e39

View on GitHub

krlmlr pushed 1 commit to main tidyverse/duckplyr
  • ci: Copy codecov configuration from r-lib/actions f05c89f

View on GitHub

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...

View on GitHub

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 opened a pull request on tidyverse/duckplyr
test: Add tests for fallback configuration
krlmlr created a branch on tidyverse/duckplyr

f-fallback-config-tests - A drop-in replacement for dplyr, powered by DuckDB for performance.

krlmlr pushed 1 commit to main tidyverse/duckplyr
  • ci: Install covr if needed d77aed8

View on GitHub

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.

View on GitHub

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 1 commit to main tidyverse/duckplyr
  • ci: Pass correct covr config bc2d873

View on GitHub

krlmlr pushed 1 commit to main tidyverse/duckplyr

View on GitHub

krlmlr pushed 3 commits to main tidyverse/duckplyr

View on GitHub

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

View on GitHub

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 deleted a branch tidyverse/duckplyr

f-216-fallback-config

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

View on GitHub

krlmlr pushed 1 commit to f-216-fallback-config tidyverse/duckplyr
  • feat: New `fallback_config()` to create a configuration file 1d047ac

View on GitHub

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...

View on GitHub

krlmlr closed a draft pull request on tidyverse/duckplyr
Telemetry features + docs
Fix #216 Fix #338
krlmlr pushed 1 commit to f-216-fallback-config tidyverse/duckplyr
  • feat: New `fallback_config()` to create a configuration file b261778

View on GitHub

krlmlr opened a pull request on tidyverse/duckplyr
f 216 fallback config
- **uploading -> autoupload** - **feat: New `fallback_config()` to create a configuration file**
Load more