about summary refs log tree commit diff
path: root/pkgs/applications/science/math/R
Commit message (Collapse)AuthorAge
* R: 3.5.1 -> 3.5.2Alex Branham2018-12-21
| | | | Closes https://github.com/NixOS/nixpkgs/pull/52571.
* treewide: add dontUseImakeConfigure where neededMatthew Bauer2018-11-28
| | | | | | | | | | | We need to set dontUseImakeConfigure in a few places to prevent imake from overriding the default configure phase. This packages all have a configure script that needs to get run: - Xaw3d - R - tkgate - ssvnc
* R: Remove jdk dependency on aarch32/64Tom Hall2018-11-10
| | | | Add javaSupport as an argument for R. Default to false on arm as there is no free jdk on arm.
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* R: update to version 3.5.1Peter Simons2018-07-02
| | | | (cherry picked from commit 7e2f2037ea6d6533492d407696f260e7b11df49d)
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* R: 3.4.4 -> 3.5.0Peter Simons2018-04-24
| | | | | | | Unfortunately, the new version fails its test suite AGAIN when the recommended packages are not build. Makes one wonder whether maybe we should offer the R developers CI builds that check this. I've reported the issue upstream, let's see what happens.
* R: 3.4.3 -> 3.4.4Peter Simons2018-03-15
|
* R: add libcxx to default LDFLAGS and CPPFLAGS on DarwinMitsuhiro Nakamura2018-02-06
|
* R: fix dylib install_name on darwinDaiderd Jordan2018-01-24
|
* treewide: Don't use envHook anymoreJohn Ericson2017-12-30
| | | | | This commits needs a MAJOR audit as I oftentimes just guessed which of `$hostOffset`, `$targetOffset`, or a fixed offset should be used.
* R: update to 3.4.3Peter Simons2017-11-30
|
* R: update to version 3.4.2Peter Simons2017-09-29
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* R: update to version 3.4.1Peter Simons2017-06-30
|
* R: import upstream patch to fix broken "R CMD Sweave" commandPeter Simons2017-05-03
| | | | | The command "R CMD Sweave" always exits with error code "1", even if the command was successful. This upstream patch remedies this issue.
* R: update to version 3.4.0Peter Simons2017-04-24
| | | | | | | | | | The new version needs TZ configured to a value other than "UTC" for the test suite to succeed. Otherwise, an assumption in "reg-tests-1d.R" won't hold that expects d <- as.POSIXlt("2016-12-06"); d$zone <- 1; format(d) to throw an error about an invalid time zone.
* R: set TZDIR properly to fix test suitePeter Simons2017-03-07
|
* R: include output of sessionInfo() in the "make check" logPeter Simons2017-03-07
| | | | | The R developers would like that information to be included in bug reports.
* R: update to version 3.3.3Peter Simons2017-03-07
|
* R: 3.2.4 -> 3.3.2Justin Bedo2017-02-24
|
* R: 3.2.3 -> 3.2.4Michael Raskin2016-10-26
|
* Bring my stdenv.lib.maintainers user name in line with my github nick.Peter Simons2016-05-16
|
* Merge branch 'staging' into closure-sizeVladimír Čunát2016-01-19
|\
| * R: add a new `enableStrictBarrier` package option.Mathieu Boespflug2016-01-17
| | | | | | | | | | | | | | | | This option compiles R with --enable-strict-barrier. Doing so is enables extra memory diagnostics in R that very useful for debugging memory leak or memory protections issues in extensions to R written in C, or for any apps embedding R (e.g. Haskell aps embedding R via HaskellR).
| * R: fix Darwin buildAsko Soukka2016-01-06
| | | | | | | | Merged manually from https://github.com/NixOS/nixpkgs/pull/10623.
* | R: fix build after splitting gfortran.libVladimír Čunát2016-01-12
|/ | | | | The extra flag was causing static libraries to be found (and used) before dynamic ones. /cc #12085
* R: 3.2.2 -> 3.2.3Michel Kuhlmann2015-12-11
|
* R: add curl for https supportNikolay Amiantov2015-11-25
|
* R: advance to version 3.2.2.Karn Kallio2015-10-02
| | | | A test failing without recommended packages has been patched.
* R: update to 3.2.1Michel Kuhlmann2015-06-18
|
* R: build with openblasThomas Tuegel2015-06-04
| | | | Fixes #6393.
* R: update to 3.2.0Peter Simons2015-04-17
|
* R: update to version 3.1.3Peter Simons2015-03-09
|
* rename <gcc-frontend>.gcc to <gcc-frontend>.ccEric Seidel2015-01-14
|
* R: add meta.platforms attributePeter Simons2014-12-03
|
* Merge remote-tracking branch 'origin/master' into staging.Peter Simons2014-11-02
|\
| * R: run the test suite only when recommended packages are builtPeter Simons2014-11-01
| |
| * R: update to version R-3.1.2Peter Simons2014-11-01
| |
* | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-09-18
|\|
| * R: Revert update to version 3.1.1Peter Simons2014-09-13
| | | | | | | | | | | | | | | | This reverts commit 6e803a684fff2db30f6e10e8dc5a830184a12b9e. The new version fails its test suite [1]. The issue has been reported upstream [2]. [1] http://hydra.cryp.to/build/191457/nixlog/1/raw [2] https://bugs.r-project.org/bugzilla/show_bug.cgi?id=15975
| * R: update to version 3.1.1Peter Simons2014-09-12
| |
* | Merge recent master into stagingVladimír Čunát2014-09-13
| | | | | | | | Hydra nixpkgs: ?compare=1151601
* | Cleanup: Use += to append to envHooksEelco Dolstra2014-08-09
|/
* R: install lib/libR.so for use by other programs such as RStudioEllis Whitehead2014-05-17
|
* R: don't restrict meta.platforms to Linux; other architectures should build finePeter Simons2014-05-04
|
* R: don't install the "recommended packages"Peter Simons2014-05-04
| | | | | | | | These packages come with R, but if we install them as part of this build, then we cannot update them without re-building R as well. Instead, we add those packages to the R environment through the r-wrapper. This means that recommended packages can be updated in cran-packgaes.nix, and those updates have an effect on the installation without re-building R itself.
* R: update to version 3.1.0Peter Simons2014-04-11
|
* R: update to version 3.0.3Peter Simons2014-03-07
|
* Some description fixesBjørn Forsman2013-10-05
| | | | | | | | | | | | There are many more packages to fix, this is just a start. Rules: * Don't repeat the package name (not always that easy...) * Start with capital letter * Don't end with full stop * Don't start with "The ..." or "A ..." I've also added descriptions to some packages and rewritten others.