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;
|
||||
optional = def false;
|
||||
python = def false;
|
||||
r = true;
|
||||
r = def false;
|
||||
};
|
||||
|
||||
settings = {
|
||||
|
|
@ -64,11 +64,8 @@
|
|||
arrow
|
||||
broom
|
||||
data_table
|
||||
duckdb
|
||||
janitor
|
||||
styler
|
||||
tidyverse
|
||||
pkgs.rpkgs.extraRPackages.synthdid
|
||||
];
|
||||
|
||||
julia = ["DataFramesMeta" "QuackIO"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue