add r packages

This commit is contained in:
EdenQwQ 2026-01-09 15:53:57 +08:00
parent aafecf3ce9
commit 9ba48339bf
3 changed files with 51 additions and 1 deletions

View file

@ -39,6 +39,42 @@ let
concaveman
Rtsne
see
R_matlab
permuco
hdf5r
formatR
ggnewscale
(buildRPackage {
name = "eegUtils";
src = fetchFromGitHub {
owner = "craddm";
repo = "eegUtils";
rev = "44c49d0381b8052b44fa1219ef52e6d94263522f";
hash = "sha256-Q3CfIY0SF6oa1bU7CACxqxUkYgAq9yZ21JCSl6jHlWc=";
};
propagatedBuildInputs = with rPackages; [
ggplot2
dplyr
scales
purrr
shiny
tidyr
miniUI
rlang
MASS
signal
tibble
matrixStats
abind
plotly
future_apply
Rcpp
data_table
isoband
bslib
RcppArmadillo
];
})
(buildRPackage {
name = "cmdstanr";
src = pkgs.fetchFromGitHub {

View file

@ -6,5 +6,6 @@
texlab
nodePackages.prettier
antigravity
julia-bin
];
}