taku0
a28a6999b4
cran-packages: renamed the files from camelCase to kebab-case
2014-12-03 16:28:28 +01:00
taku0
2a1d9ddbf2
cran-packages: restructured
2014-12-03 16:28:28 +01:00
Peter Simons
7bc300570b
r-RcmdrPlugin.ROC: disable broken build
2014-11-02 17:09:54 +01:00
Peter Simons
c573e2d97b
r-PoweR: fix build
2014-11-02 14:09:53 +01:00
Peter Simons
9707459112
r-nloptr: add missing dependency on nlopt library
2014-11-02 14:05:40 +01:00
Peter Simons
fdee0ec8e7
r-RcppArmadillo: fix download URL
2014-11-02 14:05:40 +01:00
Peter Simons
e1d2e1dd6f
r-Defaults: add version 1.1-1 again
...
The package is obsolete, but I still need it. :-(
2014-11-01 21:39:12 +01:00
Peter Simons
f773ebc016
cran-packages: update all packages to their respecitve latest version
2014-11-01 16:30:57 +01:00
Aristid Breitkreuz
71806b7cba
Merge pull request #4368 from michelk/r-XML
...
r-XML: adding system-dependency libxml2
2014-10-04 19:56:18 +02:00
Michel Kuhlmann
29b2a1fbd3
r-XML: adding system-dependency libxml2
2014-10-02 08:03:50 +02:00
Michel Kuhlmann
03ca349691
rJava: adding missing dependencies and JAVA-env-variables
2014-09-23 11:28:57 +02:00
Michel Kuhlmann
911d0d5b12
rPackages: prefixing package-system-dependencies with 'pkgs.'
...
Closes #4217
2014-09-23 07:47:37 +01:00
Peter Simons
bbca3a51a7
Merge pull request #4090 from michelk/r-jsonlite
...
r-jsonlite: update to 0.9.11
2014-09-19 12:41:00 +02:00
Michel Kuhlmann
cb152d9ed0
r-rgdal/rgeos: adding gdal geos and proj as dependency
2014-09-15 11:15:51 +02:00
Michel Kuhlmann
67ba8bbbf9
r-jsonlite: update to 0.9.11
2014-09-15 10:22:17 +02:00
Justin Bedo
28af151e1a
Added missing curl dependency to RCurl package
2014-09-03 15:48:33 +10:00
Peter Simons
610f31fe92
RcmdrPlugin_ROC: remove broken package
...
This build goes into an endless loop and produces gigabytes of useless
output. :-(
2014-08-15 18:51:47 +02:00
Peter Simons
d612cbdccf
cran-packages.nix: drop trailing whitespace
2014-08-15 14:36:58 +02:00
Peter Simons
d306fdd88e
cran-packages.nix: added missing sha256 fields
2014-08-15 14:36:58 +02:00
Peter Simons
4669d7ca61
r-RcppArmadillo: update to version 0.4.300.0
2014-08-15 14:36:58 +02:00
Adam Vogt
4402eb3061
manually fix dplyr and png cran-packages
2014-08-15 14:36:58 +02:00
Adam Vogt
371c8dd0bb
update cran packages
2014-08-15 14:36:58 +02:00
Justin Bedo
57f1baa66d
Added CRAN archive to R package derivation to prevent R expressions from
...
breaking when any package is updated.
2014-07-08 11:02:05 +10:00
Peter Simons
977d43f6c5
cran-packages.nix: fix a couple of builds
2014-06-09 12:58:48 +02:00
Peter Simons
36e6eda5fc
r-modules: set meta.hydraPlatforms for all R packages
2014-06-07 12:28:54 +02:00
Justin Bedo
3c4b9b26cf
Updated some CRAN packages and fixed dependencies
2014-05-15 09:05:09 +10:00
Peter Simons
cdf7d6a66f
r-RcppArmadillo: fix build (and update to 0.4.300.0)
2014-05-07 12:30:29 +02:00
Peter Simons
262aecef74
r-generic-builder.nix: build packages from the extracted $srcdir so that we have a chance to patch them
2014-05-07 12:30:29 +02:00
Peter Simons
c8f4775b8b
r-curl: fix build
2014-05-05 10:22:10 +02:00
Peter Simons
97262a59b5
cran-packages.nix: provide meta.homepage links for all modules
2014-05-05 00:33:51 +02:00
Peter Simons
f31f57c32d
r-generic-builder: don't let derivation override the naming scheme
2014-05-05 00:33:51 +02:00
Peter Simons
66bcd77f0e
R: simplify the generic builder
2014-05-04 23:54:11 +02:00
Peter Simons
4e1e248cf1
r-generic-builder: clean up the expression
2014-05-04 22:24:57 +02:00
Peter Simons
a9258080b1
R: don't install the "recommended packages"
...
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.
2014-05-04 21:12:34 +02:00
Peter Simons
a329900977
Move r-packages.nix into the r-modules directory.
2014-05-04 21:09:38 +02:00
Peter Simons
ac6bcc7836
cosmetic: move the R-wrapper into its own directory
2014-05-04 21:07:54 +02:00
Peter Simons
7c6a730e0b
R: added wrapper script that provides "R" and "Rscript" binaries that know about extra libraries
...
Configure an override in ~/.nixpkgs/config.nix as follows:
{
packageOverrides = pkgs: {
rWrapper = pkgs.rWrapper.override {
packages = with pkgs.rPackages; [ Defaults dataTable foreach xtable ];
};
};
}
2014-05-04 15:33:15 +02:00
Justin Bedo
fdc6e4372f
Wrapped R's package system similarly to perlPackages
2013-09-28 13:19:43 +02:00