Compare commits

..

No commits in common. "6de1155711cbb7fc4c5de838b726b4b657b6e93c" and "7194e4f2978350dc91d58395a36707574577c768" have entirely different histories.

2 changed files with 10 additions and 7 deletions

12
flake.lock generated
View file

@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1771462351,
"narHash": "sha256-N3mUOwFwGBaFomNdlWuCRftzqy+h9Io8PJGcMVtJJsY=",
"lastModified": 1771133455,
"narHash": "sha256-DvHfkW3DctWV+YnigY4+5Stn9NgI38JqR2IScXDX8z8=",
"owner": "dwinkler1",
"repo": "fran",
"rev": "7b8fbbcd0c55df98795a9e34621e6224b6713b5b",
"rev": "68b189ab981adae06590ee1929a70c8b86afd2b8",
"type": "github"
},
"original": {
@ -22,11 +22,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1771369470,
"narHash": "sha256-0NBlEBKkN3lufyvFegY4TYv5mCNHbi5OmBDrzihbBMQ=",
"lastModified": 1771008912,
"narHash": "sha256-gf2AmWVTs8lEq7z/3ZAsgnZDhWIckkb+ZnAo5RzSxJg=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "0182a361324364ae3f436a63005877674cf45efb",
"rev": "a82ccc39b39b621151d6732718e3e250109076fa",
"type": "github"
},
"original": {

View file

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