r-modules: update cran and bioc packages
The last snapshot was 4 months ago (2020-08-19). I also found that I needed newer definitions when I was trying to fix the R arrow package. This update required a couple of manual changes: 1. Removing a few deleted packages from default.nix 2. Renaming the "assert" package to "r_assert" in generate-r-packages.R because "assert" is a keyword in Nix
This commit is contained in:
@@ -283,7 +283,6 @@ let
|
||||
odbc = [ pkgs.unixODBC ];
|
||||
pander = [ pkgs.pandoc pkgs.which ];
|
||||
pbdMPI = [ pkgs.openmpi ];
|
||||
pbdNCDF4 = [ pkgs.netcdf ];
|
||||
pbdPROF = [ pkgs.openmpi ];
|
||||
pbdZMQ = lib.optionals stdenv.isDarwin [ pkgs.which ];
|
||||
pdftools = [ pkgs.poppler.dev ];
|
||||
@@ -478,7 +477,6 @@ let
|
||||
"Demerelate"
|
||||
"detrendeR"
|
||||
"dgmb"
|
||||
"DivMelt"
|
||||
"dpa"
|
||||
"DSpat"
|
||||
"dynamicGraph"
|
||||
@@ -498,14 +496,12 @@ let
|
||||
"forensim"
|
||||
"FreeSortR"
|
||||
"fscaret"
|
||||
"fSRM"
|
||||
"gcmr"
|
||||
"geomorph"
|
||||
"geoR"
|
||||
"georob"
|
||||
"GGEBiplotGUI"
|
||||
"gnm"
|
||||
"GPCSIV"
|
||||
"GrapheR"
|
||||
"GroupSeq"
|
||||
"gsubfn"
|
||||
@@ -580,7 +576,6 @@ let
|
||||
"RcmdrPlugin_orloca"
|
||||
"RcmdrPlugin_plotByGroup"
|
||||
"RcmdrPlugin_pointG"
|
||||
"RcmdrPlugin_qual"
|
||||
"RcmdrPlugin_ROC"
|
||||
"RcmdrPlugin_sampling"
|
||||
"RcmdrPlugin_SCDA"
|
||||
@@ -606,7 +601,6 @@ let
|
||||
"soundecology"
|
||||
"spatsurv"
|
||||
"sqldf"
|
||||
"SRRS"
|
||||
"SSDforR"
|
||||
"statcheck"
|
||||
"StatDA"
|
||||
@@ -623,8 +617,6 @@ let
|
||||
"tcltk2"
|
||||
"TestScorer"
|
||||
"TIMP"
|
||||
"titan"
|
||||
"tkrgl"
|
||||
"tkrplot"
|
||||
"tmap"
|
||||
"tspmeta"
|
||||
|
||||
Reference in New Issue
Block a user