This commit is contained in:
Till 2023-05-13 11:45:02 +02:00
parent 1d5cc28519
commit af7b41f563
2 changed files with 1 additions and 1 deletions

19
R.nix
View file

@ -1,19 +0,0 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs;
let
R-packed = rWrapper.override {
packages = with rPackages; [
jsonlite
rlist
rvest
sf
tidyverse
tmap
];
};
in [
R-packed
];
}