summaryrefslogtreecommitdiffstats
path: root/pkgs/development/r-modules
AgeCommit message (Collapse)Author
2023-02-07Merge pull request #212537 from nviets/nanonextJustin Bedő
nng: 1.5.2 -> 1.6.0-prerelease and to rPackages.nanonext dependencies
2023-02-06nng: 1.5.2 -> 1.6.0-prerelease and rPackages.nanonext dependencyNathan Viets
2023-02-07rPackages: added libiconv to darwin builds and removed redundant package ↵Nathan Viets
level calls
2023-01-06rPackages.classInt: add libiconv dependency to fix build on darwinChris Warburton
Avoids 'ld: library not found for -liconv' on x86_64-darwin
2022-12-15rPackages: CRAN and BioC updateJustin Bedo
2022-12-06Merge pull request #204684 from trofi/rPackages.devEMF-without-xlibsWrapperJustin Bedő
rPackages.devEMF: use xorg.* packages directly instead of xlibsWrappe…
2022-12-06Merge pull request #204550 from trofi/rPackages.imager-without-xlibsWrapperJustin Bedő
rPackages.imager: use xorg.* packages directly instead of xlibsWrappe…
2022-12-05rPackages.Cairo: use xorg.* packages directly instead of xlibsWrapper ↵Sergei Trofimovich
indirection Validated as no change in `out` output with `diffoscope`.
2022-12-05rPackages.devEMF: use xorg.* packages directly instead of xlibsWrapper ↵Sergei Trofimovich
indirection Validated as no change in `out` output with `diffoscope`.
2022-12-04rPackages.imager: use xorg.* packages directly instead of xlibsWrapper ↵Sergei Trofimovich
indirection Validated as no change in `out` output with `diffoscope`.
2022-12-04rPackages.rgl: use xorg.* packages directly instead of xlibsWrapper indirectionSergei Trofimovich
Validated as no change in `out` output with `diffoscope`.
2022-11-24rPackages.bigmemory: fix evaluation on darwinMario Rodas
On Darwin pkgs.libuuid is null, hence evaluating `.dev` fails.
2022-11-02rPackages.RNifti: fix buildJustin Bedo
2022-11-02rPackages.bigmemory: add missing dependencyJustin Bedo
2022-10-31rPackages: CRAN and BioC updateJustin Bedo
2022-10-23Merge pull request #196979 from Et7f3/fix-deldirJustin Bedő
deldir: specify iconv library for darwin.
2022-10-21rPackages.interp: specify iconv library for darwinEt7f3
2022-10-20rPackages.deldir: specify iconv library for darwinEt7f3
2022-10-20rPackages.mzR: unpin boostNicolas Benes
`mzR` currently ships and builds its own copy of boost-176, see https://github.com/sneumann/mzR/blob/master/src/README.updateboost
2022-09-30rPackages.rmarkdown: add pandoc as buildInputMatthieu Coudron
https://github.com/rstudio/rmarkdown/blob/main/DESCRIPTION#L91 requires pandoc from system
2022-09-04rPackages: reenable stackprotector on aarch64-darwinTheodore Ni
The original error that required disabling the stack protector on aarch64-darwin has been fixed in GCC.
2022-08-22rPackages.s2: fix openssl linkingJustin Bedo
2022-08-18rPackages: CRAN and BioC updateJustin Bedo
2022-07-02rPackages: CRAN and BioC updateJustin Bedo
2022-06-18rPackages.gifski: fix buildhqurve
2022-05-17rPackages: CRAN and BioC updateJustin Bedo
2022-05-15rPackages.Rhdf5lib: propagate hdf5 dependencyJustin Bedo
Packages that depend on Rhdf5lib also require the dev hdf5 outputs for correct functionality.
2022-05-06rPackages.Rhdf5lib: fix buildJustin Bedo
Patch is no-longer necessary; HDF5 no-longer vendored
2022-04-27rPackages: CRAN and BioC updateJustin Bedo
2022-04-11rPackages: CRAN and BioC updateJustin Bedo
2022-04-04Merge pull request #165765 from ConnorBaker/patch-1Ben Siraphob
2022-03-30treewide: use lib.getLib for OpenSSL librariesAlyssa Ross
At some point, I'd like to make another attempt at 71f1f4884b5 ("openssl: stop static binaries referencing libs"), which was reverted in 195c7da07df. One problem with my previous attempt is that I moved OpenSSL's libraries to a lib output, but many dependent packages were hardcoding the out output as the location of the libraries. This patch fixes every such case I could find in the tree. It won't have any effect immediately, but will mean these packages will automatically use an OpenSSL lib output if it is reintroduced in future. This patch should cause very few rebuilds, because it shouldn't make any change at all to most packages I'm touching. The few rebuilds that are introduced come from when I've changed a package builder not to use variable names like openssl.out in scripts / substitution patterns, which would be confusing since they don't hardcode the output any more. I started by making the following global replacements: ${pkgs.openssl.out}/lib -> ${lib.getLib pkgs.openssl}/lib ${openssl.out}/lib -> ${lib.getLib openssl}/lib Then I removed the ".out" suffix when part of the argument to lib.makeLibraryPath, since that function uses lib.getLib internally. Then I fixed up cases where openssl was part of the -L flag to the compiler/linker, since that unambigously is referring to libraries. Then I manually investigated and fixed the following packages: - pycurl - citrix-workspace - ppp - wraith - unbound - gambit - acl2 I'm reasonably confindent in my fixes for all of them. For acl2, since the openssl library paths are manually provided above anyway, I don't think openssl is required separately as a build input at all. Removing it doesn't make a difference to the output size, the file list, or the closure. I've tested evaluation with the OfBorg meta checks, to protect against introducing evaluation failures.
2022-03-25rPackages: nloptr requires libiconvConnor Baker
2022-03-25rPackages: Disable stackprotector on aarch64-darwinConnor Baker
Some derivations, like `rPackages.KernSmooth`, fail to build on `aarch64-darwin` because `stackprotector` is enabled. This is similar to the fix required to get R itself working on `aarch64-darwin`: https://github.com/NixOS/nixpkgs/pull/158992.
2022-03-14rPackages.qqconf: add missing FFTW and pkg-config dependenciesJustin Bedo
2022-03-14rPackages.RNifti: use nixpkgs zlibJustin Bedo
Build was failing due to incorrect zlib macro expansion. Patch to use nixpkgs zlib rather than vendored copy.
2022-03-11rPackages: CRAN and BioC updateJustin Bedo
2022-03-03rPackages.chebpol: fix fftw linkingJustin Bedo
2022-02-09rPackages: CRAN and BioC updateJustin Bedo
2022-02-09Merge remote-tracking branch 'origin/master' into r-updatesJustin Bedo
2022-02-08rPackages: fix evaluationNaïm Favier
Removes uses of aliases
2022-02-07rPackages.nloptr: fix buildJustin Bedo
Unnecessary to remove bundled source as it is unused during build.
2022-02-01rPackages: CRAN and BioC updateJustin Bedo
2022-01-17rstudio-server, rstudioServerWrapper: init at rstudio.version (1.4.1717)cfhammill
Co-authored-by: Justin Bedo <cu@cua0.org> Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com> Co-authored-by: Sandro <sandro.jaeckel@gmail.com> Co-authored-by: Benjamin Darwin <bcdarwin@gmail.com>
2022-01-07rPackages.geomorph: fix buildJustin Bedo
2022-01-07rPackages.ragg: fix buildJustin Bedo
2022-01-06rPackages: CRAN and BioC updateJustin Bedo
2021-12-09rPackages: CRAN and BioC updateJustin Bedo
2021-12-07rPackages: fix whitespaceJustin Bedo
2021-12-07rPackages.flowClust: x86 onlyJustin Bedo