Add shiny in quarto blog with shinylive

March 10, 2024 | jhk0530

Shiny, without server In previous article, I introduced method to share shiny application in static web page (github page) At the core of this method is a technology called WASM, which is a way to load and utilize R and Shiny-related libraries and files that have been converted for use ... [Read more...]

Testing infrastructure for data.table

March 10, 2024 | Toby Hocking

One major element of the NSF POSE grant for data.table is create more documentation and testing infrastructure, in order to help expand the data.table ecosystem. This blog post explains what we proposed to do to improve the testing infrastructure...
[Read more...]

The Truth About Tidy Wrappers

March 9, 2024 | Art Steinmetz

These are the packages we will need for this analysis. library(tidyverse) library(data.table) library(dtplyr) library(duckdb) library(duckplyr) library(polars) library(tidypolars) library(arrow) library(tictoc) library(microbenchmark) library(gt) The Tidyverse I love the Tidyverse from Posit.co. The biggest evolution of the R language ecosystem ...
[Read more...]

The Truth About Tidy Wrappers

March 9, 2024 | Art Steinmetz

These are the packages we will need for this analysis. library(tidyverse) library(data.table) library(dtplyr) library(duckdb) library(duckplyr) library(polars) library(tidypolars) library(arrow) library(tictoc) library(microbenchmark) library(gt) The Tidyverse I love the Tidyverse from Posit.co. The biggest evolution of the R language ecosystem ...
[Read more...]

Testing infrastructure for data.table

March 9, 2024 | Toby Hocking

One major element of the NSF POSE grant for data.table is create more documentation and testing infrastructure, in order to help expand the data.table ecosystem. This blog post explains what we proposed to do to improve the testing infrastructur...
[Read more...]

Introduction to Causal Machine Learning estimators in R

March 8, 2024 | Dariia Mykhailyshyna

Join our workshop on Introduction to Causal Machine Learning estimators in R, which is a part of our workshops for Ukraine series!  Here’s some more info:  Title: Introduction to Causal Machine Learning estimators in R Date: Thursday, April 11th, 18:00 – 20:00 CET (Rome, Berlin, Paris timezone) Speaker: Michael Knaus is Assistant ... [Read more...]

Community interviews about {data.table}

March 6, 2024 | Anirban Chetia

What’s it all about? One stipulation of NSF POSE funded projects like this one was to conduct several interviews under NSF’s I-CORPS program (Winter 2024 Cohort), to gather information as to how data.table as an open-source project can improve a...
[Read more...]
1 26 27 28 29 30 2,118