mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-02-19 14:30:58 -05:00
fix bad R default
This commit is contained in:
parent
a46372d496
commit
26506b33eb
1 changed files with 1 additions and 4 deletions
|
|
@ -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"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue