guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit 7b7105d6f45fafe109c879584df6deec86fd7895
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Mon Jan 12 10:38:37 2026 +0100
gnu: Add r-qvcalc.
* gnu/packages/cran.scm (r-qvcalc): New variable.
Change-Id: I3ff0497ff140364b1e77bf528844476d285543dc
---
gnu/packages/cran.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0c01e4d610..75137d25df 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20839,6 +20839,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")