gnu: Add r-qvcalc.

* gnu/packages/cran.scm (r-qvcalc): New variable.

Change-Id: I3ff0497ff140364b1e77bf528844476d285543dc
This commit is contained in:
Ricardo Wurmus 2026-01-12 10:38:37 +01:00 committed by Andreas Enge
parent c02385b462
commit fc542b2fb3
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -20841,6 +20841,26 @@ assignment problem} (QAP). Currently only a simulated annealing heuristic is
available.")
(license license:gpl3)))
(define-public r-qvcalc
(package
(name "r-qvcalc")
(version "1.0.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "qvcalc" version))
(sha256
(base32 "0ngvv9jr2q92cdd38x08nm81hwhcnbx9gwv7s2xsd0kflnnkqh4h"))))
(properties `((upstream-name . "qvcalc")))
(build-system r-build-system)
(native-inputs (list r-mass r-psychotools r-survival r-testthat))
(home-page "https://davidfirth.github.io/qvcalc/")
(synopsis "Quasi variances for factor effects in statistical models")
(description
"This package provides functions to compute quasi variances and
associated measures of approximation error.")
(license (list license:gpl2 license:gpl3))))
(define-public r-gclus
(package
(name "r-gclus")