cleanup r, add yt-dlp

This commit is contained in:
Till 2025-11-12 17:48:14 +01:00
parent 04ebeccf3a
commit 85a59b3306
2 changed files with 8 additions and 7 deletions

View file

@ -39,6 +39,7 @@
keymapp keymapp
gnome-solanum gnome-solanum
eduvpn-client eduvpn-client
yt-dlp
]; ];

View file

@ -51,7 +51,7 @@
languageserver languageserver
magrittr magrittr
mapproj mapproj
networkD3 # networkD3
openxlsx openxlsx
osmdata osmdata
plotly plotly
@ -61,18 +61,18 @@
RColorBrewer RColorBrewer
readODS readODS
revealjs revealjs
restatis # restatis
rlist rlist
rmarkdown rmarkdown
rnaturalearth rnaturalearth
rnaturalearthdata rnaturalearthdata
roxygen2 # roxygen2
RSQLite # RSQLite
rvest rvest
sf sf
stringr stringr
swirl # swirl
testthat # testthat
tidyr tidyr
tidyverse tidyverse
tmap tmap
@ -81,7 +81,7 @@
lectuR lectuR
publishR publishR
# goethR # goethR
ggtree # ggtree
]; ];
R-packed = rWrapper.override { packages = customPackages; }; R-packed = rWrapper.override { packages = customPackages; };
RStudio-packed = rstudioWrapper.override { packages = customPackages; }; RStudio-packed = rstudioWrapper.override { packages = customPackages; };