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 igraph/rigraph
Thanks. In edge cases like this, it's difficult to find a consensus that satisfies all objectives at the same time. Relying on vctrs lifts a heavy load from our shoulders. For future discussions, i...
krlmlr pushed 2 commits to tidyverse/duckplyr krlmlr/actions-sync
krlmlr pushed 1 commit to tidyverse/duckplyr krlmlr/actions-sync
- ci: Adapt to codecov/codecov-action@v5 055b7a5
krlmlr pushed 1 commit to f-compute-file tidyverse/duckplyr
- feat: New `compute_parquet()` and `compute_csv()`, implement `compute.duckplyr_df()` 0c41644
krlmlr closed an issue on igraph/rigraph
Inconsistencies in `disjoint_union` after addressing issue #761
### What happens, and what did you expect instead? In issue #761, I previously had reported unintended type conversions in `disjoint_union`. These have been fixed in PR #1375 by using `vctrs::v...krlmlr pushed 1 commit to main igraph/rigraph
- docs: Make documentation of `disjoint_union()` consistent with behavior (#1641) 93be2ae
krlmlr closed a pull request on igraph/rigraph
docs: Make documentation of `disjoint_union()` consistent with behavior
Closes #1587.krlmlr pushed 1 commit to f-compute-file tidyverse/duckplyr
- feat: New `compute_parquet()` and `compute_csv()`, implement `compute.duckplyr_df()` 92e4f66
krlmlr opened a pull request on igraph/rigraph
b 1587 disjoint doc
- **chore: IDE** - **docs: Render** - **docs: Make documentation of `disjoint_union()` consistent with behavior**krlmlr created a comment on an issue on igraph/rigraph
You're right, the documentation is inconsistent with the behavior. Fixing the documentation because I'm convinced that this is the more robust way, even in the short term. The following code sheds ...
krlmlr opened an issue on igraph/rigraph
`disjoint_union()` and edge attributes
Needs same treatment as #761. ``` r options(conflicts.policy = list(warn = FALSE)) library(igraph) # create two graphs g1 <- make_graph(~ B - -C, C - -D) g2 <- make_graph(~ A - -G, E - -F...krlmlr closed an issue on r-lib/pillar
Installation v1.10 fails due to lifecycle dependency, but I have lifecycle v1.04 installed
``` > install.packages("pillar") Installing package into ‘C:/Users/PerryD/AppData/Local/R/win-library/4.4’ (as ‘lib’ is unspecified) There is a binary version available but the source versi...krlmlr pushed 1 commit to f-compute-file tidyverse/duckplyr
- feat: New `compute_parquet()` and `compute_csv()`, implement `compute.duckplyr_df()` e8fac51
krlmlr pushed 2 commits to f-compute-file tidyverse/duckplyr
- fledge: Bump version to 0.99.99.9909 (#429) Co-authored-by: krlmlr <[email protected]> 73f4558
- feat: New `compute_parquet()` and `compute_csv()`, implement `compute.duckplyr_df()` 7a00d85
krlmlr created a branch on tidyverse/duckplyr
b-compute - A drop-in replacement for dplyr, powered by DuckDB for performance.
krlmlr pushed 1 commit to f-compute-file tidyverse/duckplyr
- feat: New `compute_parquet()` and `compute_csv()`, implement `compute.duckplyr_df()` dd59217
krlmlr created a comment on an issue on tidyverse/duckplyr
Going with `compute_parquet()` and `compute_csv()` for now, we can easily change.
krlmlr opened a pull request on tidyverse/duckplyr
feat: New `compute_parquet()` and `compute_csv()`
krlmlr created a branch on tidyverse/duckplyr
f-compute-file - A drop-in replacement for dplyr, powered by DuckDB for performance.
krlmlr pushed 1 commit to main duckdb/duckdb-r
- feat: New internal `rapi_rel_to_csv()`,`rapi_rel_to_table()`, and `rapi_rel_insert()`; `rapi_rel_to_parquet()` gains ... 6bf31c6