mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-01-13 10:08:19 +08:00
add r packages
This commit is contained in:
parent
aafecf3ce9
commit
9ba48339bf
3 changed files with 51 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -6,5 +6,6 @@
|
|||
texlab
|
||||
nodePackages.prettier
|
||||
antigravity
|
||||
julia-bin
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue