summaryrefslogtreecommitdiff
path: root/pkgs/development/r-modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #91288 from rnhmjoj/zeromq•••Remove old zeromq 3.x packagesMichele Guerini Rocco2020-07-261-1/+1
|\
| * rzmq: use default zeromqrnhmjoj2020-06-221-1/+1
* | rpackages.RcppParallel: Patch shebang•••Fixes hydra build error cfhammill2020-07-131-0/+4
|/
* r-statmod: Add libiconv to buildInputsMatt Wittmann2020-05-141-0/+1
* Merge pull request #82504 from mcwitt/fix/r-mvtnorm•••r-mvtnorm: add libiconv to buildInputsPeter Simons2020-05-111-0/+1
|\
| * r-mvtnorm: add libiconv to buildInputs•••Fixes build failure with `ld: library not found for -liconv` Matt Wittmann2020-03-131-0/+1
* | R: Update CRAN and bioconductor packagesAlex Branham2020-04-263-707/+722
* | treewide: use blas and lapack•••This makes packages use lapack and blas, which can wrap different BLAS/LAPACK implementations. treewide: cleanup from blas/lapack changes A few issues in the original treewide: - can’t assume blas64 is a bool - unused commented code Matthew Bauer2020-04-171-3/+3
* | R: Update CRAN and bioconductor packagesAlex Branham2020-04-083-2718/+2870
|/
* rPackages.ggbio: patch away spelling mistakeEdward Tjörnhammar2020-02-261-0/+9
* r-modules/generic-builder: Add missing iconv library to fix build on darwin (...•••Add missing iconv dependency to fix builds of several r-modules on darwin.tricktron2020-02-071-0/+5
* r-packages: update•••This update was primarily done to update rPackages.V8 to 3.0 which doesn't depend on an ancient version of v8 anymore. Also dropped the `-lv8_libplatform` linker flag. It seems as this now part of `v8.so` as `v8_libplatform.so` doesn't exist anymore on recent v8 versions in nixpkgs, but the headers are still there and there aren't any "undefined reference to" errors while linking. Maximilian Bosch2020-01-282-170/+199
* R: Update CRAN and bioconductor packagesAlex Branham2020-01-233-1745/+1760
* rgl: fix build•••It seems that the dev output of libGLU needs to be included explicitly for this to work. I've also moved the libraries from nativeBuildInputs to buildInputs to be more semantically correct (and maybe support cross compilation, not tested though). Linus Heckemann2020-01-011-1/+1
* R: Update CRAN and bioconductor packages•••Closes https://github.com/NixOS/nixpkgs/pull/75010. Alex Branham2019-12-162-1346/+1642
* Merge pull request #75021 from mnacamura/r-websocket•••rPackages.websocket: fix buildPeter Simons2019-12-101-0/+5
|\
| * rPackages.websocket: fix buildMitsuhiro Nakamura2019-12-051-0/+5
* | treewide: Get rid of libGLU_combinedadisbladis2019-11-181-1/+1
|/
* rPackages.glmnet: Add missing dependency•••Fixes the error: ld: library not found for -liconv Nick Partridge2019-11-011-0/+1
* rPackages.ModelMetrics: fix darwin build•••This fixes the error: auc_.cpp:2:10: fatal error: 'omp.h' file not found #include <omp.h> Nick Partridge2019-10-311-0/+6
* r-systemfonts: fix shebang of configure script•••Closes https://github.com/NixOS/nixpkgs/pull/70813. Peter Simons2019-10-101-0/+4
* r-systemfonts: fix package dependenciesDylan Simon2019-10-101-0/+2
* r-data.table: add missing zlib dependency to fix the buildPeter Simons2019-10-061-1/+1
* R: Update CRAN and bioconductor packagesAlex Branham2019-10-062-1237/+1538
* Merge branch 'master' into staging-nextVladimír Čunát2019-09-241-0/+4
|\
| * Merge pull request #69333 from mnacamura/r-ucminf•••r-ucminf: fix build on DarwinJörg Thalheim2019-09-241-0/+1
| |\
| | * r-ucminf: fix build on DarwinMitsuhiro Nakamura2019-09-241-0/+1
| * | Merge pull request #69330 from mnacamura/r-rf•••r-randomForest: fix build on DarwinJörg Thalheim2019-09-241-0/+1
| |\ \
| | * | r-randomForest: fix build on DarwinMitsuhiro Nakamura2019-09-241-0/+1
| | |/
| * | Merge pull request #69332 from mnacamura/r-minqa•••r-minqa: fix build on DarwinJörg Thalheim2019-09-241-0/+1
| |\ \
| | * | r-minqa: fix build on DarwinMitsuhiro Nakamura2019-09-241-0/+1
| | |/
| * / r-pan: fix build on DarwinMitsuhiro Nakamura2019-09-241-0/+1
| |/
* / Re-Revert "Merge branch 'staging-next'"•••This reverts commit f8a8fc6c7c079de430fa528f688ddac781bcef16. Vladimír Čunát2019-09-221-2/+2
|/
* Revert "Merge branch 'staging-next'"•••This reverts commit 41af38f3728bd64b80721c44ed1fb019978cbc1b, reversing changes made to f0fec244ca380b9d3e617ee7b419c59758c8b0f1. Let's delay this. We have some serious regressions. Vladimír Čunát2019-09-211-2/+2
* treewide: replace mysql.connector-c to libmysqlclientIzorkin2019-09-091-2/+2
* treewide: remove redundant quotesvolth2019-09-081-2/+2
* Fix broken builds for rgdal and sf R packages•••Builds were failing to include PROJ, depending on proj.dev appears to fix it. cfhammill2019-09-021-2/+2
* Merge pull request #66204 from jabranham/r-pkgs•••R: Update CRAN and bioconductor packagesPeter Simons2019-08-072-838/+1054
|\
| * R: Update CRAN and bioconductor packagesAlex Branham2019-08-062-838/+1054
* | Ensure sundialr builds on macos.Dominic Steinitz2019-08-061-0/+1
|/
* Merge staging-next into stagingFrederik Rietdijk2019-07-093-1932/+2386
|\
| * R: Update CRAN and bioconductor packagesAlex Branham2019-07-023-1932/+2386
* | wrapQtAppsHook: Remove ad hoc Qt wrappersThomas Tuegel2019-07-051-4/+5
|/
* rPackages.git2r: Use system libgit2•••Otherwise git2r builds a bundled libgit2 Alex Branham2019-06-141-1/+1
* [treewide] delete unused patchesc0bw3b2019-05-041-13/+0
* R: update CRAN and Bioconductor package sets•••Closes https://github.com/NixOS/nixpkgs/pull/59186. Alex Branham2019-04-113-904/+1081
* Merge pull request #58467 from mnacamura/r-sys•••r-sys: remove obsolete dependencyPeter Simons2019-03-281-1/+0
|\
| * r-sys: remove obsolete dependencyMitsuhiro Nakamura2019-03-281-1/+0
* | rPackages: fix missing dependency to libiconvMitsuhiro Nakamura2019-03-281-0/+5
|/
* R: update CRAN and Bioconductor package sets•••Closes https://github.com/NixOS/nixpkgs/pull/57423. Alex Branham2019-03-143-963/+1125