home.social

#duckplyr — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #duckplyr, aggregated by home.social.

  1. Rducks: Register arbitrary #Rstats User-Defined Functions in duckdb-r (1.5.2) including (sacrilege) distributed chunk execution mode via #mirai+libnng. Arrow C Data marshaling dance that that may be removed later. Trivial #duckplyr integration. Stream DuckDB queries repo: github.com/sounkou-bioi...

  2. Rducks: Register arbitrary #Rstats User-Defined Functions in duckdb-r (1.5.2) including (sacrilege) distributed chunk execution mode via #mirai+libnng. Arrow C Data marshaling dance that that may be removed later. Trivial #duckplyr integration. Stream DuckDB queries repo: github.com/sounkou-bioi...

  3. Rducks: Register arbitrary #Rstats User-Defined Functions in duckdb-r (1.5.2) including (sacrilege) distributed chunk execution mode via #mirai+libnng. Arrow C Data marshaling dance that that may be removed later. Trivial #duckplyr integration. Stream DuckDB queries repo: github.com/sounkou-bioi...

  4. Rducks: Register arbitrary #Rstats User-Defined Functions in duckdb-r (1.5.2) including (sacrilege) distributed chunk execution mode via #mirai+libnng. Arrow C Data marshaling dance that that may be removed later. Trivial #duckplyr integration. Stream DuckDB queries repo: github.com/sounkou-bioi...

  5. Rducks: Register arbitrary #Rstats User-Defined Functions in duckdb-r (1.5.2) including (sacrilege) distributed chunk execution mode via #mirai+libnng. Arrow C Data marshaling dance that that may be removed later. Trivial #duckplyr integration. Stream DuckDB queries repo: github.com/sounkou-bioi...

  6. #duckplyr with no fallbacks, because why not Learned that prefixing a function call with `dd$` is a way to call arbitrary duckdb functions (in our case a registered #RStats UDF) duckplyr.tidyverse.org/dev/articles...

  7. #duckplyr with no fallbacks, because why not Learned that prefixing a function call with `dd$` is a way to call arbitrary duckdb functions (in our case a registered #RStats UDF) duckplyr.tidyverse.org/dev/articles...

  8. #duckplyr with no fallbacks, because why not Learned that prefixing a function call with `dd$` is a way to call arbitrary duckdb functions (in our case a registered #RStats UDF) duckplyr.tidyverse.org/dev/articles...

  9. #duckplyr with no fallbacks, because why not Learned that prefixing a function call with `dd$` is a way to call arbitrary duckdb functions (in our case a registered #RStats UDF) duckplyr.tidyverse.org/dev/articles...

  10. #duckplyr with no fallbacks, because why not Learned that prefixing a function call with `dd$` is a way to call arbitrary duckdb functions (in our case a registered #RStats UDF) duckplyr.tidyverse.org/dev/articles...

  11. Shouting to the void: How to properly namespace #duckdb / #duckplyr in my #rstats packages?

    One of @hadleywickham core style recommendations for package development is that every external function needs to be explicitly namespaced:

    function_in_my_package <- function(df, x, ...) {
    df |> dplyr::mutate(xx = stringr::str_do_something(x))
    # implict return
    }

    1/maybe 4

  12. Shouting to the void: How to properly namespace #duckdb / #duckplyr in my #rstats packages?

    One of @hadleywickham core style recommendations for package development is that every external function needs to be explicitly namespaced:

    function_in_my_package <- function(df, x, ...) {
    df |> dplyr::mutate(xx = stringr::str_do_something(x))
    # implict return
    }

    1/maybe 4

  13. Shouting to the void: How to properly namespace #duckdb / #duckplyr in my #rstats packages?

    One of @hadleywickham core style recommendations for package development is that every external function needs to be explicitly namespaced:

    function_in_my_package <- function(df, x, ...) {
    df |> dplyr::mutate(xx = stringr::str_do_something(x))
    # implict return
    }

    1/maybe 4

  14. Shouting to the void: How to properly namespace #duckdb / #duckplyr in my #rstats packages?

    One of @hadleywickham core style recommendations for package development is that every external function needs to be explicitly namespaced:

    function_in_my_package <- function(df, x, ...) {
    df |> dplyr::mutate(xx = stringr::str_do_something(x))
    # implict return
    }

    1/maybe 4

  15. Shouting to the void: How to properly namespace #duckdb / #duckplyr in my #rstats packages?

    One of @hadleywickham core style recommendations for package development is that every external function needs to be explicitly namespaced:

    function_in_my_package <- function(df, x, ...) {
    df |> dplyr::mutate(xx = stringr::str_do_something(x))
    # implict return
    }

    1/maybe 4

  16. New duckplyr version 1.1.0. Some good bugfixes for materialisation issues and new as_tbl() among other things.

    cran.rstudio.com/web/packages/

    #DuckDB #Duckplyr #RStats

  17. New duckplyr version 1.1.0. Some good bugfixes for materialisation issues and new as_tbl() among other things.

    cran.rstudio.com/web/packages/

    #DuckDB #Duckplyr #RStats

  18. New duckplyr version 1.1.0. Some good bugfixes for materialisation issues and new as_tbl() among other things.

    cran.rstudio.com/web/packages/

    #DuckDB #Duckplyr #RStats

  19. New duckplyr version 1.1.0. Some good bugfixes for materialisation issues and new as_tbl() among other things.

    cran.rstudio.com/web/packages/

    #DuckDB #Duckplyr #RStats

  20. New duckplyr version 1.1.0. Some good bugfixes for materialisation issues and new as_tbl() among other things.

    cran.rstudio.com/web/packages/

    #DuckDB #Duckplyr #RStats

  21. Dear #Rstats experts, I read the #duckplyr docs at github.com/tidyverse/duckplyr? (and waiting for my slow machine to instal duckplyr). I wonder if anyone can point me to a tutorial like francoismichonneau.net/2022/10 which converted me to arrow. My starting point at work can often be a large flat csv file which needs to 1) be converted into a parquet file without being read into RAM and 2) be analyzed later on. 2) is addressed by duckplyr as well, but 1) is not clear to me. Thanks and a wonderful 2025!

  22. Dear experts, I read the docs at github.com/tidyverse/duckplyr? (and waiting for my slow machine to instal duckplyr). I wonder if anyone can point me to a tutorial like francoismichonneau.net/2022/10 which converted me to arrow. My starting point at work can often be a large flat csv file which needs to 1) be converted into a parquet file without being read into RAM and 2) be analyzed later on. 2) is addressed by duckplyr as well, but 1) is not clear to me. Thanks and a wonderful 2025!

  23. Dear #Rstats experts, I read the #duckplyr docs at github.com/tidyverse/duckplyr? (and waiting for my slow machine to instal duckplyr). I wonder if anyone can point me to a tutorial like francoismichonneau.net/2022/10 which converted me to arrow. My starting point at work can often be a large flat csv file which needs to 1) be converted into a parquet file without being read into RAM and 2) be analyzed later on. 2) is addressed by duckplyr as well, but 1) is not clear to me. Thanks and a wonderful 2025!

  24. Dear #Rstats experts, I read the #duckplyr docs at github.com/tidyverse/duckplyr? (and waiting for my slow machine to instal duckplyr). I wonder if anyone can point me to a tutorial like francoismichonneau.net/2022/10 which converted me to arrow. My starting point at work can often be a large flat csv file which needs to 1) be converted into a parquet file without being read into RAM and 2) be analyzed later on. 2) is addressed by duckplyr as well, but 1) is not clear to me. Thanks and a wonderful 2025!

  25. Dear #Rstats experts, I read the #duckplyr docs at github.com/tidyverse/duckplyr? (and waiting for my slow machine to instal duckplyr). I wonder if anyone can point me to a tutorial like francoismichonneau.net/2022/10 which converted me to arrow. My starting point at work can often be a large flat csv file which needs to 1) be converted into a parquet file without being read into RAM and 2) be analyzed later on. 2) is addressed by duckplyr as well, but 1) is not clear to me. Thanks and a wonderful 2025!

  26. Just saw in the unknown site (ex-birdie site), a post mentioning that #duckplyr (duckplyr.tidyverse.org/) that uses #duckdb as backend automagically and overrides several methods from #dplyr, is now part of the #tidyverse 🎉

    x.com/ivelasq3/status/18266230

    #RStats

  27. Just saw in the unknown site (ex-birdie site), a post mentioning that #duckplyr (duckplyr.tidyverse.org/) that uses #duckdb as backend automagically and overrides several methods from #dplyr, is now part of the #tidyverse 🎉

    x.com/ivelasq3/status/18266230

    #RStats

  28. Just saw in the unknown site (ex-birdie site), a post mentioning that #duckplyr (duckplyr.tidyverse.org/) that uses #duckdb as backend automagically and overrides several methods from #dplyr, is now part of the #tidyverse 🎉

    x.com/ivelasq3/status/18266230

    #RStats

  29. Just saw in the unknown site (ex-birdie site), a post mentioning that #duckplyr (duckplyr.tidyverse.org/) that uses #duckdb as backend automagically and overrides several methods from #dplyr, is now part of the #tidyverse 🎉

    x.com/ivelasq3/status/18266230

    #RStats

  30. Just saw in the unknown site (ex-birdie site), a post mentioning that #duckplyr (duckplyr.tidyverse.org/) that uses #duckdb as backend automagically and overrides several methods from #dplyr, is now part of the #tidyverse 🎉

    x.com/ivelasq3/status/18266230

    #RStats