fix bad R default

This commit is contained in:
Daniel Winkler 2026-02-18 18:32:22 +11:00
commit 26506b33eb

View file

@ -50,7 +50,7 @@
nix = def true; nix = def true;
optional = def false; optional = def false;
python = def false; python = def false;
r = true; r = def false;
}; };
settings = { settings = {
@ -64,11 +64,8 @@
arrow arrow
broom broom
data_table data_table
duckdb
janitor janitor
styler styler
tidyverse
pkgs.rpkgs.extraRPackages.synthdid
]; ];
julia = ["DataFramesMeta" "QuackIO"]; julia = ["DataFramesMeta" "QuackIO"];