Kirill Müller

Results 2418 comments of Kirill Müller

Thanks. Can you please raise upstream? To avoid the symptoms, use `.prudence = "lavish"` for reading the data, then it will be materialized into memory silently.

Thanks. It turns out that the `con` argument to `read_sql_duckdb()` is even less useful than anticipated. Please `ATTACH` any database to duckplyr's internal connection: ``` r options(conflicts.policy = list(warn =...

Kind of, #611 speeds up `package_coverage()` .

Let's use `#' @examplesIf` or other patterns instead?

First step: reproduce LTO failures with igraph 2.0.0 release candidates, and no LTO failures with current mainline. We'll think about automation as a next step.

Need to find a simple way to trigger LTO checks. New project, useful here: https://github.com/r-hub/rhub2

Docs: https://cran.r-project.org/doc/manuals/r-release/R-exts.html#Using-Link_002dtime-Optimization Check with `R CMD INSTALL --use-LTO` .

Use gcc13 container from rhub2 with `--use-LTO` .

@Antonov548: Can you please take over here and unblock/merge when green?