1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-23 02:30:30 +02:00
Commit Graph

3318 Commits

Author SHA1 Message Date
Romain GARBAGE
d644ca904b gnu: python-openturns: Disable flaky tests.
* gnu/packages/statistics.scm (python-openturns): Disable flaky tests.

Change-Id: I3d582c51bbfc47f437f0cda789891c0e99991842
Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-11-23 12:09:26 +01:00
Sharlatan Hellseher
b046bf9f2f gnu: python-radian: Reduce closure size.
* gnu/packages/statistics.scm (python-radian)[native-inputs]: Remove
python-coverage and python-wheel.

Change-Id: Ia29ed5621c9d008705963fbb1ad68d949fa740cb
2025-11-20 01:06:40 +00:00
Sharlatan Hellseher
6fadea1fe5 gnu: python-emcee: Reduce closure size.
* gnu/packages/statistics.scm (python-emcee)[native-inputs]: Remove
python-coverage, python-pytest-cov, and python-wheel.

Change-Id: I6a18dc207fa2dbf5b61fc7bb2495e3a9acc66820
2025-11-20 01:06:40 +00:00
Ricardo Wurmus
157f2e8732 gnu: r-with-tests: Update to 4.5.2.
* gnu/packages/statistics.scm (r-with-tests): Update to 4.5.2.

Change-Id: I6b2fdde29812d9a7088cbd339771d4ee03b62467
2025-11-13 11:16:43 +01:00
Ricardo Wurmus
f824329b5a gnu: r-with-tests: Update to 4.5.1.
* gnu/packages/statistics.scm (r-with-tests): Update to 4.5.1.

Change-Id: I0033a9827fa14b74659a2d037851ca1c52add701
2025-11-13 11:16:43 +01:00
Simon Tournier
2e4f137a34 gnu: r-swne: Replace deprecated r-liger by r-rliger.
* gnu/packages/statistics.scm (r-swne)[propagated-inputs]: Replace deprecated
r-liger by r-rliger.

Change-Id: If2aab2df369456518484edb3035e637ac0ca7c08
2025-11-13 11:16:43 +01:00
Ludovic Courtès
ad461613d9 gnu: Use self-references to inputs for #:disallowed-references.
This allows ‘package-input-rewriting’ to operate as expected on these
packages.  Failing that, rewritten packages would still carry references to
non-rewritten packages in #:disallowed-references.

* gnu/packages/admin.scm (wpa-supplicant-gui): Use ‘this-package-native-input’
for #:disallowed-references.
* gnu/packages/fontutils.scm (freetype): Likewise.
* gnu/packages/glib.scm (glib-minimal): Likewise.
* gnu/packages/gnome.scm (cogl, gnome-shell): Likewise.
* gnu/packages/groff.scm (groff-minimal): Likewise.
* gnu/packages/gstreamer.scm (gstreamer): Likewise.
* gnu/packages/gtk.scm (gtk+): Likewise.
* gnu/packages/inkscape.scm (inkscape/pinned): Likewise.
* gnu/packages/java.scm (icedtea-8, openjdk9, openjdk10)
(openjdk11): Likewise.
* gnu/packages/linux.scm (f2fs-tools/static): Likewise.
* gnu/packages/man.scm (man-db): Likewise.
* gnu/packages/openldap.scm (389-ds-base): Likewise.
* gnu/packages/qt.scm (qtbase-5): Likewise.
* gnu/packages/rrdtool.scm (rrdtool): Likewise.
* gnu/packages/rust.scm (rust-bootstrapped-package): Likewise.
* gnu/packages/statistics.scm (r-with-tests): Likewise.
(r-minimal): Likewise.
* gnu/packages/texinfo.scm (info-reader): Likewise.
* gnu/packages/tls.scm (gnutls): Likewise.
(openssl-1.1): Likewise.
* gnu/packages/version-control.scm (git-minimal): Likewise.
(git): Likewise.
(gource): Likewise.
* gnu/packages/web.scm (mod-wsgi): Likewise.
* gnu/packages/xfce.scm (xfdesktop): Likewise.
* gnu/packages/perl.scm (perl-libtime-parsedate): Update comment.
* gnu/packages/video.scm (v4l-utils-minimal): Add FIXME comment.

Change-Id: I118ecd5894c24c53ec52c9208b0025ccfa3dd68a
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-11-09 22:13:37 +01:00
Ayan Das
7a877935ac gnu: python-pgmpy: Skip flaky test_get_edges.
* gnu/packages/statistics.scm (python-pgmpy): Skip flaky test_get_edges.
  [arguments]: In #:test-flags, add "test_get_edges" to the pytest -k skip
  list.  Add a brief comment about the FileNotFoundError in tearDown removing
  missing 'dog_problem.xml'.
  [native-inputs]: Drop python-wheel.

Change-Id: I48609db063adb7d99c0813013fb95c049e874964
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-04 12:12:57 +00:00
Sharlatan Hellseher
cbad86a985 gnu: python-cython-3: Mark as deprecated.
This is a followup to 941b6ff1c1 commit.

Replace all python-cython-3 occurrences with python-cython.

* gnu/packages/python-xyz.scm (python-cython-3): Deprecate variable.

* gnu/packages/algebra.scm (python-fpylll, python-flint)[native-inputs]:
Remove python-cython-3; add python-cython.

* gnu/packages/astronomy.scm (python-astropy, python-astroscrappy,
python-halotools, python-healpy, python-libstempo, python-lofar-h5plot,
python-losoto, python-photutils, python-pyxsim, python-regions,
python-reproject, python-sncosmo, python-sndata, python-stcal,
python-yt)[native-inputs]: Remove python-cython-3; add python-cython.

* gnu/packages/bioinformatics.scm (macs-3, python-pyrodigal):
[native-inputs]: Remove python-cython-3; add python-cython.

* gnu/packages/build-tools.scm (meson-python)[propagated-inputs]: Remove
python-cython-3; add python-cython.
[native-inputs]: Remove python-cython-3; add python-cython.

* gnu/packages/databases.scm: (python-adbc-driver-manager,
python-psycopg, python-pyarrow)[native-inputs]: Remove
python-cython-3; add python-cython.

* gnu/packages/finance.scm (python-ta-lib)[native-inputs]: Remove
python-cython-3; add python-cython.

* gnu/packages/game-development.scm (python-pygame-ce)[native-inputs]:
Remove python-cython-3; add python-cython.

* gnu/packages/geo.scm (python-pyogrio, python-cf-units)[native-inputs]:
Remove python-cython-3; add python-cython.

* gnu/packages/machine-learning.scm: (python-scikit-learn,
python-opentsne)[native-inputs]: Remove python-cython-3; add
python-cython.

* gnu/packages/maths.scm: (python-cylp, python-petsc4py,
python-primecountpy, python-slepc4py)[native-inputs]: Remove
python-cython-3; add python-cython.

* gnu/packages/python-check.scm (python-line-profiler)[native-inputs]:
Remove python-cython-3; add python-cython.

* gnu/packages/python-compression.scm (python-blosc2)[native-inputs]:
Remove python-cython-3; add python-cython.

* gnu/packages/python-graphics.scm (python-vispy)[native-inputs]:
Remove python-cython-3; add python-cython.

* gnu/packages/python-science.scm: (python-pykdtree, python-qutip,
python-scikit-misc, python-scikit-surprise, python-pandas-2,
python-vaex-core)[native-inputs]: Remove python-cython-3; add
python-cython.

* gnu/packages/python-web.scm: (python-aiohttp, python-falcon,
python-yarl, python-uvloop)[native-inputs]: Remove python-cython-3; add
python-cython.

* gnu/packages/python-xyz.scm: (python-logbook, python-netcdf4,
python-pyyaml, python-propcache, python-pywavelets, python-symengine,
python-cysignals, python-pyemd, python-rbfly)[native-inputs]: Remove
python-cython-3; add python-cython.

* gnu/packages/sagemath.scm: (python-cypari2, python-pplpy, sage)
[native-inputs]: Remove python-cython-3; add python-cython.

* gnu/packages/sphinx.scm (python-sphinx)[native-inputs]: Remove
python-cython-3; add python-cython.

* gnu/packages/statistics.scm: (python-statsmodels, python-pyreadstat):
[native-inputs]: Remove python-cython-3; add python-cython.

* gnu/packages/tor.scm (onionshare-cli)[native-inputs]: Remove
python-cython-3; add python-cython.

* gnu/packages/xorg.scm (xpra)[native-inputs]: Remove python-cython-3;
add python-cython.

Change-Id: I38038d2ab18e6a7b549070083d6e4c5beb8b0293
2025-10-24 11:05:28 +01:00
Artyom V. Poptsov
ce8752ef83 gnu: xlispstat: Fix compilation with modern GCC versions.
Package compilation would fail with modern GCC due to deprecated features that
are used in the package source code.  This patch updates the package to
modernize the source code to fix compilation errors (see
<https://github.com/jhbadger/xlispstat/pull/1>.)

* gnu/packages/statistics.scm (xlispstat): Fix compilation with GCC version 14
or newer.
[source]: Add a patch.
* gnu/packages/patches/xlispstat-fix-compilation-with-modern-gcc.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Register the patch.

Change-Id: I0f8b194887298fff196be7426a0de7eb247a8c48
2025-10-24 06:22:58 +03:00
Andreas Enge
a074702c6b gnu: pspp: Fix build.
* gnu/packages/statistics.scm (pspp)[inputs]: Remove
gtksourceview-3; add gtksourceview-4.
[native-inputs]: Add glibc-locales.

Fixes: guix/guix#3019
Change-Id: Ib208da59672189a8f5920ea1796f95798d60180d
2025-10-22 20:51:08 +02:00
Sharlatan Hellseher
bd394962ee gnu: python-rpy2: Delete sanity-check.
* gnu/packages/statistics.scm (python-rpy2) [arguments] <phases>: Delete
'sanity-check.
[propagated-inputs]: Remove python-six.
[native-inputs]: Remove python-coverage, python-ipython, python-numpy,
python-pandas, python-pytest-cov, and python-wheel.

Change-Id: Iac85261a8236d5b9746671a373da7fd6824c1a70
2025-09-25 09:36:59 +01:00
Sharlatan Hellseher
b79fbf27b8 gnu: python-setuptools-next: Set to python-setuptools.
Replace all python-setuptools-next occurrences with python-setuptools.

* gnu/packages/python-build.scm (python-setuptools-next): Set to
python-setuptools.

Change-Id: I9e5e0881310d160ec56be785f2dd2140364fa8e5
2025-09-25 09:36:24 +01:00
Sharlatan Hellseher
d8e2caa60b gnu: python-hdmedians: Switch to Pytest backend.
* gnu/packages/statistics.scm (python-hdmedians)[source]<patch>: Add
patch fixing tests.
[arguments] <test-flags>: Provide "--pyargs" option to tests against
compiled module.
<phases>: Remove 'build-extensions.
[native-inputs]: Remove python-nose; add python-pytest.

* gnu/packages/patches/python-hdmedians-replace-nose.patch: New file
* gnu/local.mk (dist_patch_DATA): Register new patch.

Change-Id: I86c577a55c2c273bd6504d225af8056f65593f77
2025-09-25 09:36:20 +01:00
Maxim Cournoyer
10482f731e Reapply "Update Maxim's email address."
This reverts commit a7db92d9b3, this time with
the more careful command, to avoid a world rebuild:

grep -rl --exclude-dir=build --exclude-dir=patches --exclude=ld-wrapper.in \
  --exclude=sitecustomize.py --exclude=guix-emacs.el maxim.cournoyer@gmail.com |
  xargs sed -i 's/maxim.cournoyer@gmail.com/maxim@guixotic.coop/g'

Change-Id: I0871f5cf9ace79e34e78e24154d0da6ea95a3a91
2025-09-18 13:44:12 +09:00
Maxim Cournoyer
a7db92d9b3 Revert "Update Maxim's email address."
This reverts commit d0d87a744d. Oops! This
caused a world rebuild.

Change-Id: I25fff644b2b61d0ee93d69b457b04c72b5b74d15
2025-09-18 12:07:31 +09:00
Maxim Cournoyer
d0d87a744d Update Maxim's email address.
The change was automated via:

  git grep -l maxim.cournoyer@gmail.com |
    xargs sed -i 's/maxim.cournoyer@gmail.com/maxim@guixotic.coop/g'

* .mailmap: New entry.

Change-Id: Iaa88b1e51c94159c49138fb43910badb990eb169
2025-09-18 08:05:19 +09:00
Sharlatan Hellseher
e3f2f81f12 gnu: packages/statistics: Sort.
* gnu/packages/statistics.scm (python-altair, and python-arviz): Sort
variables alphabetically.

Change-Id: If29cab57cff8385e5b3fb0d636c9c7419965c901
2025-08-12 20:45:06 +01:00
Sharlatan Hellseher
d340b071ce gnu: packages/statistics: Sort.
* gnu/packages/statistics.scm (jags, java-jdistlib, libxls,
python-chaospy, python-emcee, readstat, and xlispstat): Sort variables
alphabetically.

Change-Id: I9ea5402a11ca2bf9d087d83b13f78252eb3c2c41
2025-08-12 19:18:46 +01:00
Rikard Nordgren
7c2b5260bc gnu: Add r-vpc.
* gnu/packages/statistics.scm (r-vpc): New variable.

Change-Id: I0b3df19a2e8cfb43de51f70e78730f4480929d24
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-08-12 16:53:54 +01:00
Sharlatan Hellseher
bf812960e5 gnu: Add python-dcor.
* gnu/packages/statistics.scm (python-dcor): New variable.

Change-Id: I87d8562b9e0cc3a6d2faf28f38c8d9b3f757c618
2025-08-07 18:33:38 +01:00
Sharlatan Hellseher
debc80b4d4 gnu: python-statsmodels: Update to 0.14.4.
* gnu/packages/statistics.scm (python-statsmodels): Update to 0.14.4.
  [native-inputs]: Remove python-colorama, python-cython, python-flake8,
  python-isort, python-joblib, python-pytest, python-pytest-randomly,
  python-pytest-xdist, python-setuptools, and python-wheel; add
  python-cython-3 and python-setuptools-next.

Change-Id: I59164ed861224bfb8230686b2133639a7d1c649e
2025-08-07 18:33:38 +01:00
Nicolas Graves
3a3573fae8 gnu: python-rchitect: Update to 0.4.8.
* gnu/packages/statistics.scm (python-rchitect): Update to 0.4.8.

Change-Id: If96584dc8ebec144ddb2ea9c0743b5ec36105abf
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-08-07 18:33:36 +01:00
Nicolas Graves
0dba518cb1 gnu: python-radian: Update to 0.6.15.
* gnu/packages/statistics.scm (python-radian): Update to 0.6.15.

Change-Id: Ic0b3227884ff7fef0b9b9a3b166da14ddc90dcb3
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-08-07 18:33:36 +01:00
Sharlatan Hellseher
120edb6b36 gnu: Add python-nautilus-sampler.
* gnu/packages/statistics.scm (python-nautilus-sampler): New variable.

Change-Id: Ic2881d9d26b02d7dd8ea03523a6a20195dd94727
2025-07-31 22:13:40 +01:00
Andreas Enge
a442d2b86e gnu: readstat: Update to 1.1.9-0.718d491.
* gnu/packages/statistics.scm (readstat): Update to 1.1.9-0.718d491.

Change-Id: I626bf888710c9092ae5b9c06e25fc696bc853d9f
2025-07-30 18:29:37 +02:00
Janneke Nieuwenhuizen
82cc581995 gnu: r: Fix build with gcc-14.
* gnu/packages/statistics.scm (r-with-tests)[arguments]: Add CFLAGS to #:make-flags
to relax gcc-14's strictness.

Change-Id: I2b96d4da099572d2c356b99ccbc0e5b86f8ef136
2025-07-18 20:17:22 +02:00
Nicolas Graves
6d00415da5 gnu: readstat: Replace gettext native-input.
gnu-gettext has an emacs-minimal dependency, and we'd better avoid
this dependency.

* gnu/packages/gnome.scm (readstat)[native-inputs]: Replace
gnu-gettext by gettext-minimal.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-07-11 08:24:42 +02:00
Spencer King
04ba912d3b gnu: python-statsmodels: Update to 0.14.2.
* gnu/packages/statistics.scm (python-statsmodels): Update to 0.14.2.

Change-Id: I548e3d702321c015dadc2980a9d43883fa2f2ec6
Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-07-07 22:58:15 +02:00
Sharlatan Hellseher
d3711c6c2e gnu: Add python-dynesty.
* gnu/packages/statistics.scm (python-dynesty): New variable.

Change-Id: I8ddbc66c82136fc6c0470cc3cd313f3832cd24d6
2025-06-30 07:58:33 +01:00
Nicolas Graves
142a3d5177 gnu: libxls: Update to 1.6.3.
* gnu/packages/statistics.scm (libxls): Update to 1.6.3.

Signed-off-by: Zheng Junjie <z572@z572.online>
2025-06-23 12:32:52 +08:00
Nicolas Graves
01ad0cf43e gnu: ruby: Populating (gnu packages ruby-check/ruby-xyz).
* gnu/packages/ruby.scm: Move all packages except different versions
of ruby and mruby, to either (gnu packages ruby-check) or
(gnu packages ruby-xyz).

* gnu/packages/ruby-check.scm (bundler, ruby-builder, ruby-cucumber-ci-environment,
ruby-cucumber-compatibility-kit,
ruby-cucumber-compatibility-kit-bootstrap, ruby-cucumber-core,
ruby-cucumber-expressions, ruby-cucumber-gherkin,
ruby-cucumber-html-formatter, ruby-cucumber-messages,
ruby-cucumber-tag-expressions, ruby-cucumber-wire, ruby-diff-lcs,
ruby-docile, ruby-fivemat, ruby-given-core, ruby-hoe, ruby-hoe-3,
ruby-json, ruby-mime-types, ruby-mime-types-data, ruby-mini-portile,
ruby-mini-portile-2, ruby-minitest, ruby-minitest-bonus-assertions,
ruby-minitest-focus, ruby-minitest-hooks, ruby-minitest-moar,
ruby-multi-test, ruby-rake, ruby-rake-compiler,
ruby-rake-compiler-dock, ruby-rspec, ruby-rspec-2, ruby-rspec-core,
ruby-rspec-core-2, ruby-rspec-expectations, ruby-rspec-expectations-2,
ruby-rspec-mocks, ruby-rspec-mocks-2, ruby-rspec-support, ruby-sequel,
ruby-simplecov-json-formatter, ruby-simplecov, ruby-simplecov-html,
ruby-sorcerer, ruby-unindent): Moved from (gnu packages ruby).
 (ruby-asciidoctor/minimal): New variable, to allow more minimal
 import of only (gnu packages ruby-check) in a lot of modules.
 (ruby-rubocop/minimal): New variable to build cucumber with a lot
 less dependencies.
 (cucumber-ruby-core)[native-inputs]: Replace ruby-rubocop by
 ruby-rubocop/minimal. Remove ruby-coveralls.

* gnu/packages/ruby-xyz.scm: Move all other packages from
(gnu packages ruby).

* gnu/packages/admin.scm
* gnu/packages/bioinformatics.scm
* gnu/packages/databases.scm
* gnu/packages/emacs-xyz.scm
* gnu/packages/gnome-xyz.scm
* gnu/packages/gnome.scm
* gnu/packages/groff.scm
* gnu/packages/kde-systemtools.scm
* gnu/packages/libffi.scm
* gnu/packages/mail.scm
* gnu/packages/maths.scm
* gnu/packages/mpd.scm
* gnu/packages/ntp.scm
* gnu/packages/package-management.scm
* gnu/packages/plotutils.scm
* gnu/packages/protobuf.scm
* gnu/packages/rails.scm
* gnu/packages/ruby-check.scm
* gnu/packages/ruby-xyz.scm
* gnu/packages/ruby.scm
* gnu/packages/shellutils.scm
* gnu/packages/statistics.scm
* gnu/packages/tex.scm
* gnu/packages/virtualization.scm:
    Adapt module imports accordingly.

* gnu/packages/backup.scm (btrbk):
* gnu/packages/ccache.scm (ccache):
* gnu/packages/cluster.scm (drbd-utils):
* gnu/packages/compton.scm (picom):
* gnu/packages/cryptsetup.scm (cryptsetup):
* gnu/packages/engineering.scm (kicad-doc):
* gnu/packages/games.scm (warzone2100):
* gnu/packages/irc.scm (open-adventure):
* gnu/packages/ntp.scm (weechat):
* gnu/packages/password-utils.scm (keepassxc):
* gnu/packages/radio.scm (wsjtx, jtdx):
* gnu/packages/syndication.scm (newsboat):
* gnu/packages/task-management.scm (timewarrior):
* gnu/packages/version-control.scm (git-lfs):
    [native-inputs]: Replace ruby-asciidoctor by
    ruby-asciidoctor/minimal. Adapt module imports accordingly.

* gnu/packages/text-editors.scm: Remove (gnu packages ruby) import.

Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-06-20 20:40:02 +02:00
Vinicius Monego
755c5323e8 gnu: python-openturns: Update to 1.25.
* gnu/packages/statistics.scm (python-openturns): Update to 1.25.

Change-Id: I902884484e513cc32606a1508d4f6823d75a643b
2025-06-20 09:04:34 -03:00
Rikard Nordgren
5068c9e7ef gnu: Add r-xpose4.
* gnu/packages/statistics.scm(r-xpose4): New variable.

Change-Id: I12ff5087299fdc4fbd3760c8e2376c5217ad0196
Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-06-18 10:35:10 +02:00
Nicolas Graves
0fe3dd7ac1 gnu: emacs-poly-r: Fix tests.
* gnu/packages/statistics.scm (emacs-poly-r): Fix tests.
  [arguments]<test-commands>: Set it.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-06-15 16:57:29 +02:00
Liliana Marie Prikler
521b0ad6c3 gnu: emacs-ess: Fix tests.
* gnu/packages/statistics.scm (emacs-ess)[#:phases]<check>: Use
“make -C test ess” as test command.
2025-06-15 16:57:21 +02:00
Vinicius Monego
11039fcc80 gnu: python-mapie: Update to 1.0.1.
* gnu/packages/statistics.scm (python-mapie): Update to 1.0.1.
[source]: Update URI.
[native-inputs]: Replace python-setuptools by python-setuptools-next.

Change-Id: If11b82773e677814f835f6c52e9cebbcb18b1713
2025-06-04 20:29:33 -03:00
Sharlatan Hellseher
2cf90f24ec gnu: Add python-zeus-mcmc.
* gnu/packages/statistics.scm (python-zeus-mcmc): New variable.

Change-Id: Ibe7723ba4bbb301ef828744576508f0b0400f73f
Signed-off-by: Artyom V. Poptsov <poptsov.artyom@gmail.com>
2025-05-31 17:47:51 +03:00
Cayetano Santos
97d2a336d8 gnu: emacs-ess: Fix install path.
* gnu/packages/statistics.scm (emacs-ess): Update to Fix install path.

Packages must be installed under "site-packages/name-version/".

Change-Id: Ifdfbd2ad0d006f9f1cef83230876b9a5656949e3
Signed-off-by: Christopher Baines <mail@cbaines.net>
2025-05-26 08:57:02 +01:00
Ricardo Wurmus
ed83953921 gnu: r-rcpparmadillo: Update to 14.4.3-1.
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 14.4.3-1.
[native-inputs]: Add r-tinytest.

Change-Id: I24816ea2be3f206f9f939da5f84067d6effe607f
2025-05-22 08:13:15 +02:00
Ricardo Wurmus
bc1fdb66d5 gnu: r-r-cache: Update to 0.17.0.
* gnu/packages/statistics.scm (r-r-cache): Update to 0.17.0.

Change-Id: Iab4a74bda2949e140e01cc98aa1539ca4c043725
2025-05-13 14:50:11 +02:00
Ricardo Wurmus
76002774a2 gnu: r-r-oo: Update to 1.27.1.
* gnu/packages/statistics.scm (r-r-oo): Update to 1.27.1.

Change-Id: Icc063657cecc6302fc565daf88698cd01e62ad12
2025-05-13 14:50:11 +02:00
Ricardo Wurmus
ccf028c417 gnu: r-rsqlite: Update to 2.3.11.
* gnu/packages/statistics.scm (r-rsqlite): Update to 2.3.11.

Change-Id: I45c85b23ccd0682a6f4159e673dea9d2edf63912
2025-05-13 14:50:11 +02:00
Ricardo Wurmus
892d4cff73 gnu: r-rrcov: Update to 1.7-7.
* gnu/packages/statistics.scm (r-rrcov): Update to 1.7-7.

Change-Id: Ic4598deafb92da77351472440026919fb1e77333
2025-05-12 08:55:13 +02:00
Ricardo Wurmus
e78f8c3e28 gnu: r-segmented: Update to 2.1-4.
* gnu/packages/statistics.scm (r-segmented): Update to 2.1-4.

Change-Id: I63be449ed99a70ca7a7a037ec8aae9a0774a2d8d
2025-05-12 08:55:13 +02:00
Ricardo Wurmus
1bbfcc430f gnu: r-rcurl: Update to 1.98-1.17.
* gnu/packages/statistics.scm (r-rcurl): Update to 1.98-1.17.

Change-Id: I2545d21b772d959111a1ac8e89954a2ae874e16d
2025-05-12 08:55:13 +02:00
Ricardo Wurmus
1256c23e29 gnu: r-rcpparmadillo: Update to 14.4.2-1.
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 14.4.2-1.

Change-Id: Iee87f621fcc9417fd5f30f17b88a95744ac66570
2025-05-12 08:55:13 +02:00
Ricardo Wurmus
3852e67c61 gnu: r-rlang: Update to 1.1.6.
* gnu/packages/statistics.scm (r-rlang): Update to 1.1.6.

Change-Id: I4674ea5b582f5e924ed70b6b1c8eb175496eebad
2025-05-12 08:55:13 +02:00
Ricardo Wurmus
80e8c65c0c gnu: r-r6: Update to 2.6.1.
* gnu/packages/statistics.scm (r-r6): Update to 2.6.1.

Change-Id: I00743146c49f86cc226d2fb0122f3d9f87539288
2025-05-12 08:55:13 +02:00
Ricardo Wurmus
a93967a272 gnu: r-tclust: Update to 2.1-0.
* gnu/packages/statistics.scm (r-tclust): Update to 2.1-0.
[properties]: Record updater-extra-native-inputs.
[propagated-inputs]: Remove r-ellipsis; add r-rlang.

Change-Id: I887029c302ba9ec12852e1128a05e27ed00de525
2025-05-12 08:55:12 +02:00