about summary refs log tree commit diff
path: root/pkgs/development/r-modules
Commit message (Collapse)AuthorAge
* Merge pull request #42290 from mnacamura/r-igraph-darwinDaiderd Jordan2018-06-20
|\ | | | | rPackages.igraph: fix Darwin build
| * rPackages.igraph: fix Darwin buildMitsuhiro Nakamura2018-06-20
| |
* | rPackages.RcppEigen: fix Darwin buildMitsuhiro Nakamura2018-06-20
|/
* rPackages.mgcv: fix darwin buildJosef Kemetmüller2018-06-07
| | | | | This fixes the error: ld: library not found for -liconv
* rPackages.Matrix: fix darwin buildJosef Kemetmüller2018-06-07
| | | | | This fixes the error: ld: library not found for -liconv
* rPackages.nlme: fix darwin buildJosef Kemetmüller2018-06-06
| | | | | This fixes the error: ld: library not found for -liconv
* rPackages.KernSmooth: fix darwin buildJosef Kemetmüller2018-06-06
| | | | | This fixes the error: ld: library not found for -liconv
* rPackages.cluster: fix darwin buildJosef Kemetmüller2018-06-06
| | | | | This fixes the error: ld: library not found for -liconv
* rPackages.JuniperKernel: fix non-Darwin buildMitsuhiro Nakamura2018-05-15
|
* rPackages: fix binutils path on DarwinMitsuhiro Nakamura2018-05-12
|
* R: update CRAN and BIOC package setsPeter Simons2018-04-24
|
* Merge remote-tracking branch 'origin/master' into stagingShea Levy2018-03-28
|\
| * Move all nixpkgs doc files in to the doc directoryGraham Christensen2018-03-25
| | | | | | | | This makes a makefile-driven developer workflow nicer.
* | treewide: remove some more gettext referencesMatthew Bauer2018-03-22
|/
* R: fix evaluation errorsPeter Simons2018-03-15
|
* R: update the CRAN and BIOC package setsPeter Simons2018-03-15
|
* rPackages.mongolite: fix buildAverell Dalton2018-03-10
|
* Merge branch 'master'Vladimír Čunát2018-03-05
|\
| * Merge pull request #35651 from mnacamura/r-xml2-darwinPeter Simons2018-02-26
| |\ | | | | | | rPackages.xml2: fix darwin build
| | * rPackages.xml2: fix darwin buildMitsuhiro Nakamura2018-02-26
| | |
| * | rPackages.JuniperKernel: fix darwin buildMitsuhiro Nakamura2018-02-26
| |/
* / treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|/
* rPackages: add bioconductor archive urlJustin Bedo2018-02-21
|
* bioconductor: 3.4 -> 3.6Justin Bedo2018-02-21
|
* rPackages.pbdZMQ: fix package loading on DarwinMitsuhiro Nakamura2018-02-10
|
* rPackages.data_table: OpenMP support on DarwinMitsuhiro Nakamura2018-01-19
|
* Merge pull request #33010 from LnL7/cacert-hookDaiderd Jordan2018-01-07
|\ | | | | cacert: add hook that sets SSL_CERT_FILE
| * cacert: cleanup exporting SSL_CERT_FILEDaiderd Jordan2017-12-27
| |
* | mariadb: lib -> connector-cRobin Gloster2017-12-29
|/
* R: update package setPeter Simons2017-12-01
|
* r-openssl: fix buildPeter Simons2017-11-30
|
* Merge pull request #31775 from obsidiansystems/stdenv-both-propagated-filesJohn Ericson2017-11-22
|\ | | | | stdenv setup: Always use both propagated files
| * stdenv setup: Always use both propagated filesJohn Ericson2017-11-21
| | | | | | | | | | | | | | | | | | | | | | This continues #23374, which always kept around both attributes, by always including both propagated files: `propgated-native-build-inputs` and `propagated-build-inputs`. `nativePkgs` and `crossPkgs` are still defined as before, however, so this change should only barely observable. This is an incremental step to fully keeping the dependencies separate in all cases.
* | r-modules: fix evalMatthew Justin Bauer2017-11-12
|/ | | Fixes #31508
* nixpkgs manual: add rstudio shell.nix exampleMaciej Kazulak2017-11-04
| | | | | Provide an example of a self-contained shell.nix for rstudio with additional packages.
* r-modules: Fix a number of popular R packagesHamish Mackenzie2017-10-21
| | | | The R V8 package still depends on V8 3.14 so this is also included.
* R: update package setPeter Simons2017-09-29
|
* R: update package setPeter Simons2017-08-31
|
* r-pbdZMQ: fix Darwin installMitsuhiro Nakamura2017-07-14
|
* r-modules: update package setPeter Simons2017-07-02
|
* rstudio: Fix recompilation issue with custom package setChris Hodapp2017-05-01
| | | | | | | | | | | | This attempts to fix the issue described at https://github.com/NixOS/nixpkgs/pull/22219#issuecomment-291801133. Any change to the custom packages passed to RStudio causes this to completely rebuild RStudio, which is completely unnecessary and also a bit of a hindrance as it's a fairly slow build. This rolls back most of that old PR, and instead implements something more like rWrapper. Existing configurations with the old useRPackages will break.
* R: update list of broken packages (and some cosmetic)Peter Simons2017-04-24
|
* R: update CRAN and BIOC package setsPeter Simons2017-04-24
|
* imager (r-modules): add pkgs.x11 to fix build, unmark imager/ForestTools as ↵Chris Hodapp2017-04-20
| | | | broken
* r-modules: update CRAN package setPeter Simons2017-03-07
|
* r-modules: drop broken irkernel package setPeter Simons2017-03-07
| | | | | We can no longer update that package set since, apparently, it has moved to a different packaging scheme.
* r-modules: remove weird version assertionPeter Simons2017-03-07
|
* rPackages: remove old cuda-related patchesNikolay Amiantov2017-02-28
| | | | gputools doesn't build but because of unrelated linking issues.
* rPackages: try to unbreak reverse dependencies of cudatoolkitNikolay Amiantov2017-02-28
|
* Merge pull request #23104 from dtzWill/fix/generate-shellDomen Kožar2017-02-27
|\ | | | | R/generate-shell: Use R from current tree, fix missing wget dep.