Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
krlmlr reopened a pull request on duckdb/duckdb-r
chore: Add header for g++15 compatibility
CRAN complains: https://www.stats.ox.ac.uk/pub/bdr/gcc15/duckdb.out .krlmlr closed a pull request on duckdb/duckdb-r
chore: Add header for g++15 compatibility
CRAN complains: https://www.stats.ox.ac.uk/pub/bdr/gcc15/duckdb.out .krlmlr opened a pull request on duckdb/duckdb
chore: Add header for g++15 compatibility
CRAN complains: https://www.stats.ox.ac.uk/pub/bdr/gcc15/duckdb.out .krlmlr opened a pull request on duckdb/duckdb-r
chore: Add header for g++15 compatibility
CRAN complains: https://www.stats.ox.ac.uk/pub/bdr/gcc15/duckdb.out .krlmlr closed an issue on duckdb/duckdb-r
Can't install extensions on Ubuntu because of version mismatch
With the duckdb package version 1.1.3, on Ubuntu 24.10 I see: ``` r library(duckdb) #> Loading required package: DBI con <- dbConnect(duckdb()) dbExecute(con, "INSTALL spatial;") #> Error i...krlmlr reopened an issue on duckdb/duckdb-r
Compressed source seems to break CI workflows that install duckdb
Hi there -- I have a Carpentries training module that depends on `duckdb` and installs the package on a Github runner image to generate the online version. However the relatively recent addition of...krlmlr created a comment on an issue on r-dbi/RPostgres
Thanks. Is there any way you could share temporary credentials with me, or perhaps teach me to set up such a database service?
krlmlr opened an issue on tidyverse/duckplyr
Show source when trying to materialize a lazy data frame
The error should contain the source of the call. How to achieve? ``` r library(tidyverse) library(duckplyr) dd <- tibble(x = 1:100, y = rep(LETTERS[1:20], 5)) write_csv(dd, "test.csv") ## op...krlmlr pushed 1 commit to main tidyverse/duckplyr
- feat: New `compute_parquet()` and `compute_csv()`, implement `compute.duckplyr_df()` (#430) 67dd286
krlmlr closed an issue on tidyverse/duckplyr
Implement `compute()` as an alternative to `df_to_parquet()`
Use a variant of `compute()` ? Also want to understand how to compute to a database table.krlmlr closed a pull request on tidyverse/duckplyr
feat: New `compute_parquet()` and `compute_csv()`, implement `compute.duckplyr_df()`
Closes #409.krlmlr pushed 3 commits to f-compute-file tidyverse/duckplyr
- ci: Adapt to codecov/codecov-action@v5 9862544
- fledge: Bump version to 0.99.99.9910 (#431) Co-authored-by: krlmlr <[email protected]> e0cc7c5
- feat: New `compute_parquet()` and `compute_csv()`, implement `compute.duckplyr_df()` c1930b3
krlmlr created a branch on krlmlr/vscode_rainbow_csv
f-inlay-tweak - 🌈Rainbow CSV - VS Code extension: Highlight CSV and TSV files in different rainbow colors to make them more readable
krlmlr created a branch on krlmlr/vscode_rainbow_csv
f-whitespace - 🌈Rainbow CSV - VS Code extension: Highlight CSV and TSV files in different rainbow colors to make them more readable
krlmlr opened a pull request on mechatroner/vscode_rainbow_csv
feat: Override other settings that could interfere with the inlays
krlmlr created a branch on krlmlr/vscode_rainbow_csv
f-settings - 🌈Rainbow CSV - VS Code extension: Highlight CSV and TSV files in different rainbow colors to make them more readable
krlmlr created a branch on krlmlr/vscode_rainbow_csv
f-gitignore - 🌈Rainbow CSV - VS Code extension: Highlight CSV and TSV files in different rainbow colors to make them more readable