summary refs log tree commit diff
path: root/pkgs/development/r-modules
Commit message (Collapse)AuthorAge
* R: Update CRAN and bioconductor packagesAlex Branham2020-01-23
|
* rgl: fix buildLinus Heckemann2020-01-01
| | | | | | | 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).
* R: Update CRAN and bioconductor packagesAlex Branham2019-12-16
| | | | Closes https://github.com/NixOS/nixpkgs/pull/75010.
* Merge pull request #75021 from mnacamura/r-websocketPeter Simons2019-12-10
|\ | | | | rPackages.websocket: fix build
| * rPackages.websocket: fix buildMitsuhiro Nakamura2019-12-05
| |
* | treewide: Get rid of libGLU_combinedadisbladis2019-11-18
|/
* rPackages.glmnet: Add missing dependencyNick Partridge2019-11-01
| | | | | Fixes the error: ld: library not found for -liconv
* rPackages.ModelMetrics: fix darwin buildNick Partridge2019-10-31
| | | | | | | This fixes the error: auc_.cpp:2:10: fatal error: 'omp.h' file not found #include <omp.h>
* r-systemfonts: fix shebang of configure scriptPeter Simons2019-10-10
| | | | Closes https://github.com/NixOS/nixpkgs/pull/70813.
* r-systemfonts: fix package dependenciesDylan Simon2019-10-10
|
* r-data.table: add missing zlib dependency to fix the buildPeter Simons2019-10-06
|
* R: Update CRAN and bioconductor packagesAlex Branham2019-10-06
|
* Merge branch 'master' into staging-nextVladimír Čunát2019-09-24
|\
| * Merge pull request #69333 from mnacamura/r-ucminfJörg Thalheim2019-09-24
| |\ | | | | | | r-ucminf: fix build on Darwin
| | * r-ucminf: fix build on DarwinMitsuhiro Nakamura2019-09-24
| | |
| * | Merge pull request #69330 from mnacamura/r-rfJörg Thalheim2019-09-24
| |\ \ | | | | | | | | r-randomForest: fix build on Darwin
| | * | r-randomForest: fix build on DarwinMitsuhiro Nakamura2019-09-24
| | |/
| * | Merge pull request #69332 from mnacamura/r-minqaJörg Thalheim2019-09-24
| |\ \ | | | | | | | | r-minqa: fix build on Darwin
| | * | r-minqa: fix build on DarwinMitsuhiro Nakamura2019-09-24
| | |/
| * / r-pan: fix build on DarwinMitsuhiro Nakamura2019-09-24
| |/
* / Re-Revert "Merge branch 'staging-next'"Vladimír Čunát2019-09-22
|/ | | | This reverts commit f8a8fc6c7c079de430fa528f688ddac781bcef16.
* Revert "Merge branch 'staging-next'"Vladimír Čunát2019-09-21
| | | | | | | This reverts commit 41af38f3728bd64b80721c44ed1fb019978cbc1b, reversing changes made to f0fec244ca380b9d3e617ee7b419c59758c8b0f1. Let's delay this. We have some serious regressions.
* treewide: replace mysql.connector-c to libmysqlclientIzorkin2019-09-09
|
* treewide: remove redundant quotesvolth2019-09-08
|
* Fix broken builds for rgdal and sf R packagescfhammill2019-09-02
| | | | | Builds were failing to include PROJ, depending on proj.dev appears to fix it.
* Merge pull request #66204 from jabranham/r-pkgsPeter Simons2019-08-07
|\ | | | | R: Update CRAN and bioconductor packages
| * R: Update CRAN and bioconductor packagesAlex Branham2019-08-06
| |
* | Ensure sundialr builds on macos.Dominic Steinitz2019-08-06
|/
* Merge staging-next into stagingFrederik Rietdijk2019-07-09
|\
| * R: Update CRAN and bioconductor packagesAlex Branham2019-07-02
| |
* | wrapQtAppsHook: Remove ad hoc Qt wrappersThomas Tuegel2019-07-05
|/
* rPackages.git2r: Use system libgit2Alex Branham2019-06-14
| | | | Otherwise git2r builds a bundled libgit2
* [treewide] delete unused patchesc0bw3b2019-05-04
|
* R: update CRAN and Bioconductor package setsAlex Branham2019-04-11
| | | | Closes https://github.com/NixOS/nixpkgs/pull/59186.
* Merge pull request #58467 from mnacamura/r-sysPeter Simons2019-03-28
|\ | | | | r-sys: remove obsolete dependency
| * r-sys: remove obsolete dependencyMitsuhiro Nakamura2019-03-28
| |
* | rPackages: fix missing dependency to libiconvMitsuhiro Nakamura2019-03-28
|/
* R: update CRAN and Bioconductor package setsAlex Branham2019-03-14
| | | | Closes https://github.com/NixOS/nixpkgs/pull/57423.
* rPackages.phytools: fix installationMarkus Ankenbrand2019-03-06
|
* update R package setAlex Branham2019-02-10
| | | | Closes https://github.com/NixOS/nixpkgs/pull/55462.
* R: update CRAN and BIOC package setsAlex Branham2019-01-08
| | | | Closes https://github.com/NixOS/nixpkgs/pull/53414.
* R: update CRAN package setAlex Branham2018-12-12
|
* rstudioWrapper: include desktop fileEdmund Wu2018-12-07
|
* Merge pull request #51581 from joachifm/rWrapper-local-runCommandJoachim F2018-12-07
|\ | | | | Implement R wrappers as local-only runCommand
| * rstudioWrapper: use runCommand, local build onlyJoachim Fasting2018-12-05
| | | | | | | | This seems more appropriate for a wrapper generator.
| * rWrapper: use runCommand, local build onlyJoachim Fasting2018-12-05
| | | | | | | | This seems more appropriate for a wrapper generator.
* | rPackages.littler: fix build (#51282)Christian Kauhaus2018-12-06
|/ | | | | | | | | littler gives a wrapped called `r` (or `lr` for non-case-preserving systems like Darwin) which works as shebang or pipe target. The build was completely broken before (missing deps). Symlink executables and manpage into standard locations so that this packages also works in `environment.systemPackages`.
* pythonPackages.rpy2: various fixes (#51084)Timo Kaufmann2018-11-27
| | | | | - make sure libreadline is found at runtime - make sure python libraries are found at runtime - add libraries necessary to pass the testsuite and standard libraries
* rstudio: fix qt plugins not foundMassimo Redaelli2018-11-23
|
* r-ps: patchShebangs in ./configure to fix buildAverell Dalton2018-11-02
|